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.3.2

4

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

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

"build": "rimraf ./lib && mkdirp ./lib && tsc",
"publish": "npm run build && npm publish",
"prepublish": "npm run build",
"test": "ts-node ./node_modules/jasmine/bin/jasmine.js JASMINE_CONFIG_PATH=jasmine.json",

@@ -21,0 +21,0 @@ "test:coverage": "./node_modules/istanbul/lib/cli.js cover -e .ts -x \"*.d.ts\" -x \"*.spec.ts\" ts-node node_modules/jasmine/bin/jasmine.js -- JASMINE_CONFIG_PATH=jasmine.json",