Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace depricated library expression-eval@5.0.1 #478

Open
mjza opened this issue May 3, 2024 · 2 comments
Open

Replace depricated library expression-eval@5.0.1 #478

mjza opened this issue May 3, 2024 · 2 comments
Assignees
Labels
question Further information is requested

Comments

@mjza
Copy link

mjza commented May 3, 2024

When I deploy my nodejs server, I see this warning in my CI/CD console:

npm WARN deprecated expression-eval@5.0.1: The expression-eval npm package is no longer maintained. The package was originally published as part of a now-completed personal project, and I do not have incentives to continue maintenance.

I realized actually casbin use it:

"node_modules/casbin": {
      "version": "5.30.0",
      "resolved": "https://registry.npmjs.org/casbin/-/casbin-5.30.0.tgz",
      "integrity": "sha512-GDc8sImStd+ddBVBfLpe5fJPBWRjeEaz7fkiAGuw0+LTHF2TVvVsMALIMOx+ofzQhm+EHCH7mfiJsrS1Kgef2w==",
      "dependencies": {
        "await-lock": "^2.0.1",
        "buffer": "^6.0.3",
        "csv-parse": "^5.3.5",
        "expression-eval": "^5.0.0",
        "minimatch": "^7.4.2"
      }
    },

Could you please find an alternative or maintain the library?

@casbin-bot
Copy link
Member

@nodece @Shivansh-yadav13

@casbin-bot casbin-bot added the question Further information is requested label May 3, 2024
@nodece
Copy link
Member

nodece commented May 3, 2024

No plan, it is stable, although it has been deprecated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
Development

No branches or pull requests

4 participants