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

@plumier/generic-controller

Package Overview
Dependencies
Maintainers
1
Versions
204
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@plumier/generic-controller - npm Package Compare versions

Comparing version 1.0.0-canary.kd2p0nhi.0 to 1.0.0-canary.kd3mpv1u.0

6

lib/facility.js

@@ -25,7 +25,9 @@ "use strict";

for (const decorator of decorators) {
if (decorator.name === "Ignore") {
// copy @route.ignore()
if (decorator.name === "plumier-meta:ignore") {
result.push(decorator);
}
// copy @authorize
const authDec = decorator;
if (authDec.type === "plumier-meta:authorize" && authDec.access === "all") {
if (authDec.type === "plumier-meta:authorize") {
result.push(decorator);

@@ -32,0 +34,0 @@ }

{
"name": "@plumier/generic-controller",
"version": "1.0.0-canary.kd2p0nhi.0+d2b386d",
"version": "1.0.0-canary.kd3mpv1u.0+24bb431",
"description": "Plumier generic controller implementation",

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

"dependencies": {
"@plumier/core": "1.0.0-canary.kd2p0nhi.0+d2b386d",
"@plumier/core": "1.0.0-canary.kd3mpv1u.0+24bb431",
"@types/pluralize": "^0.0.29",

@@ -33,3 +33,3 @@ "pluralize": "^8.0.0"

},
"gitHead": "d2b386d786d56818c61c31939a53f24de7d33906"
"gitHead": "24bb431acdcec517c3dafb55812e9b6014134ed8"
}
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