Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

casbin

Package Overview
Dependencies
Maintainers
2
Versions
135
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

casbin - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

lib/util/util.d.ts
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)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc