@plumier/generic-controller
Advanced tools
Comparing version 1.0.0-canary.kd2p0nhi.0 to 1.0.0-canary.kd3mpv1u.0
@@ -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" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
39524
577