New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

role-acl

Package Overview
Dependencies
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

role-acl - npm Package Compare versions

Comparing version

to
0.1.1

index.js

2

package.json
{
"name": "role-acl",
"version": "0.1.0",
"version": "0.1.1",
"description": "Role, Attribute and Condition based Access Control for Node.js",

@@ -5,0 +5,0 @@ "main": "./index.js",

@@ -28,5 +28,5 @@ Role, Attribute and conditions based Access Control for Node.js

```js
const AccessControl = require('accesscontrol');
const AccessControl = require('role-acl');
// or:
// import { AccessControl } from 'accesscontrol';
// import { AccessControl } from 'role-acl';
```

@@ -33,0 +33,0 @@