Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More

access-manager

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

access-manager - npm Package Compare versions

Comparing version 1.0.1 to 1.0.3

@@ -80,3 +80,3 @@ const cookieParser = require('cookie-parser')();

if(f[1]){
jsonFile = f.split('$$$')[0];
jsonFile = f[1].split('$$$')[0];
}

@@ -83,0 +83,0 @@ let entries = require(jsonFile);

{
"name": "access-manager",
"version": "1.0.1",
"version": "1.0.3",
"description": "A one-stop solution for implementing authenticated and anonymous continuous sessions with user handling and whitelisted acl.",

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

@@ -116,4 +116,5 @@ # access-manager

"roles" (array of child schema containing):
"role (string)
"methods (array of string with enum: ['GET', 'POST', 'PUT', 'DELETE', 'ALL'])