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

rest-access

Package Overview
Dependencies
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rest-access - npm Package Compare versions

Comparing version 1.3.3 to 1.3.4

2

index.js

@@ -27,3 +27,3 @@ const wildcard = require('wildcard')

const reason = isBlocked(method, path, permission)
next(reason ? new NotPermittedError(`rest-access: ${method} ${path} with permission: ${permission}, reason ${reason}`) : undefined)
next(reason ? new NotPermittedError(`rest-access: '${method} ${path}' with permission: ${permission}, reason: ${reason}`) : undefined)
}

@@ -30,0 +30,0 @@ }

{
"name": "rest-access",
"version": "1.3.3",
"version": "1.3.4",
"description": "role/scope based REST access control",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc