Comparing version 5.34.0 to 5.35.0
@@ -0,1 +1,8 @@ | ||
# [5.35.0](https://github.com/casbin/node-casbin/compare/v5.34.0...v5.35.0) (2024-11-20) | ||
### Features | ||
* update to @casbin/expression-eval 5.3.0 to fix short-circuit bug ([#495](https://github.com/casbin/node-casbin/issues/495)) ([094bef7](https://github.com/casbin/node-casbin/commit/094bef7aec70eac4c5a0e4c79dea8178f81b4626)) | ||
# [5.34.0](https://github.com/casbin/node-casbin/compare/v5.33.0...v5.34.0) (2024-11-04) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "casbin", | ||
"version": "5.34.0", | ||
"version": "5.35.0", | ||
"description": "An authorization library that supports access control models like ACL, RBAC, ABAC in Node.JS", | ||
@@ -52,3 +52,3 @@ "main": "lib/cjs/index.js", | ||
"dependencies": { | ||
"@casbin/expression-eval": "^5.2.0", | ||
"@casbin/expression-eval": "^5.3.0", | ||
"await-lock": "^2.0.1", | ||
@@ -55,0 +55,0 @@ "buffer": "^6.0.3", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
623611