hapi-crud-acl
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "hapi-crud-acl", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Hapi Crud Plugin", | ||
@@ -5,0 +5,0 @@ "engines": { |
@@ -68,3 +68,3 @@ "use strict"; | ||
else { | ||
throw Boom.unauthorized('Access denied'); | ||
throw Boom.unauthorized(); | ||
} | ||
@@ -71,0 +71,0 @@ }); |
{ | ||
"name": "hapi-crud-acl", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Hapi Crud Plugin", | ||
@@ -5,0 +5,0 @@ "engines": { |
@@ -1,2 +0,2 @@ | ||
# Hapi Route ACL | ||
# Hapi Crud ACL | ||
@@ -161,4 +161,4 @@ Fine-grained route access control based on CRUD for [hapi.js](http://hapijs.com/) | ||
edit: true, | ||
remove: true | ||
duplicate: true | ||
remove: true, | ||
duplicate: true, | ||
retract: true | ||
@@ -165,0 +165,0 @@ }, |
Sorry, the diff of this file is not supported yet
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
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
15201