Comparing version 1.0.8 to 1.0.9
@@ -5,2 +5,3 @@ export * from './enforcer'; | ||
export * from './rbac'; | ||
export * from './util'; | ||
import * as Util from './util'; | ||
export { Util }; |
@@ -10,2 +10,3 @@ "use strict"; | ||
__export(require("./rbac")); | ||
__export(require("./util")); | ||
const Util = require("./util"); | ||
exports.Util = Util; |
{ | ||
"name": "casbin", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "An authorization library that supports access control models like ACL, RBAC, ABAC in Node.JS", | ||
@@ -5,0 +5,0 @@ "main": "lib/casbin.js", |
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
158827
3356