@plumier/core
Advanced tools
Comparing version 1.0.2 to 1.0.3-canary.3
@@ -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" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
210682
2
1
- Removed@plumier/reflect@1.1.3(transitive)
- Removed@plumier/validator@1.1.3(transitive)
- Removed@types/acorn@4.0.6(transitive)
- Removed@types/estree@1.0.6(transitive)
- Removed@types/validator@13.12.2(transitive)
- Removedacorn@8.8.1(transitive)
- Removedreflect-metadata@0.1.14(transitive)
- Removedvalidator@13.12.0(transitive)