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.0.8 to 1.0.9

3

lib/casbin.d.ts

@@ -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",

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