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

@plumier/core

Package Overview
Dependencies
Maintainers
1
Versions
645
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@plumier/core - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3-canary.3

4

lib/authorization-analyzer.js

@@ -94,4 +94,4 @@ "use strict";

const names = Array.from(new Set(policies)).join(", ");
const pref = prefix ? ` ${prefix}` : "";
return { type: "error", message: `Entity policy ${names} applied on non entity provider${pref}` };
const pref = prefix ? ` on ${prefix}` : "";
return { type: "error", message: `Entity policy ${names}${pref} used on non entity provider route` };
}

@@ -98,0 +98,0 @@ function checkMissingEntityProviderOnRoute(route, policies, globalAuthorize) {

{
"name": "@plumier/core",
"version": "1.0.2",
"version": "1.0.3-canary.3+bac445e",
"description": "Delightful Node.js Rest Framework",

@@ -23,4 +23,4 @@ "main": "lib/index.js",

"dependencies": {
"@plumier/reflect": "^1.0.2",
"@plumier/validator": "^1.0.2",
"@plumier/reflect": "1.0.3-canary.3+bac445e",
"@plumier/validator": "1.0.3-canary.3+bac445e",
"@types/debug": "^4.1.5",

@@ -50,3 +50,3 @@ "@types/glob": "^7.1.3",

},
"gitHead": "21a5ddc95244c15fc218146daee6a4e521ce3c0f"
"gitHead": "bac445e8acee4c72e2c4096f74b6341549d80373"
}
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