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
2.4.1

2

lib/utils.js

@@ -92,3 +92,3 @@ "use strict";

});
grantsCopy[role].score = 1;
grantsCopy[role].score = grantsCopy[role].score || 1;
}

@@ -95,0 +95,0 @@ return grantsCopy;

{
"name": "role-acl",
"version": "2.4.0",
"version": "2.4.1",
"description": "Role, Attribute and Condition based Access Control for Node.js",

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