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
2
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
3.0.8

lib/AccessControl.d.ts

5

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

@@ -17,4 +17,3 @@ "main": "./index.js",

"scripts": {
"clean": "rimraf ./lib",
"build": "npm run clean && mkdirp ./lib && tsc",
"build": "rimraf ./lib && mkdirp ./lib && tsc",
"test": "npm run build && node test",

@@ -21,0 +20,0 @@ "webpack": "webpack"