Comparing version 1.1.0 to 1.1.1
declare function escapeAssertion(s: string): string; | ||
declare function removeComments(s: string): string; | ||
declare function arrayEquals(a: string[], b: string[]): boolean; | ||
declare function array2DEquals(a: [string[]], b: [string[]]): boolean; | ||
declare function array2DEquals(a: string[][], b: string[][]): boolean; | ||
declare function arrayRemoveDuplicates(s: string[]): string[]; | ||
@@ -6,0 +6,0 @@ declare function arrayToString(a: string[]): string; |
{ | ||
"name": "casbin", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "An authorization library that supports access control models like ACL, RBAC, ABAC in Node.JS", | ||
@@ -5,0 +5,0 @@ "main": "lib/casbin.js", |
@@ -226,3 +226,3 @@ node-casbin | ||
This project is licensed under the [Apache 2.0 license](https://github.com/casbin/node-casbin/blob/master/LICENSE). | ||
This project is licensed under the [Apache 2.0 license](LICENSE). | ||
@@ -234,2 +234,2 @@ ## Contact | ||
- hsluoyz@gmail.com | ||
- Tencent QQ group: [546057381](//shang.qq.com/wpa/qunwpa?idkey=8ac8b91fc97ace3d383d0035f7aa06f7d670fd8e8d4837347354a31c18fac885) | ||
- Tencent QQ group: [546057381](//shang.qq.com/wpa/qunwpa?idkey=8ac8b91fc97ace3d383d0035f7aa06f7d670fd8e8d4837347354a31c18fac885) |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
234
0
158836