Comparing version 5.14.0-beta.1 to 5.14.0-beta.2
@@ -0,1 +1,8 @@ | ||
# [5.14.0-beta.2](https://github.com/casbin/node-casbin/compare/v5.14.0-beta.1...v5.14.0-beta.2) (2022-03-19) | ||
### Bug Fixes | ||
* fix library ([164a29a](https://github.com/casbin/node-casbin/commit/164a29acd4900fc65f8f1005281a4fbf3ed18873)) | ||
# [5.14.0-beta.1](https://github.com/casbin/node-casbin/compare/v5.13.1...v5.14.0-beta.1) (2022-02-27) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "casbin", | ||
"version": "5.14.0-beta.1", | ||
"version": "5.14.0-beta.2", | ||
"description": "An authorization library that supports access control models like ACL, RBAC, ABAC in JavaScript", | ||
@@ -65,3 +65,3 @@ "main": "lib/index.js", | ||
"expression-eval": "^4.0.0", | ||
"path-browserify": "^1.0.1", | ||
"path": "^0.12.7", | ||
"picomatch": "^2.3.0" | ||
@@ -94,6 +94,3 @@ }, | ||
"registry": "https://registry.npmjs.org/" | ||
}, | ||
"browser": { | ||
"path": "path-browserify" | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
1909762
0
+ Addedpath@^0.12.7
+ Addedinherits@2.0.3(transitive)
+ Addedpath@0.12.7(transitive)
+ Addedprocess@0.11.10(transitive)
+ Addedutil@0.10.4(transitive)
- Removedpath-browserify@^1.0.1
- Removedpath-browserify@1.0.1(transitive)