sails-permissions
Advanced tools
Comparing version 0.10.12 to 0.10.13
@@ -31,3 +31,3 @@ module.exports = function (sails) { | ||
}) | ||
.fail(function (error) { | ||
.catch(function (error) { | ||
sails.log.error(error); | ||
@@ -74,3 +74,3 @@ next(error); | ||
}) | ||
.fail(function (error) { | ||
.catch(function (error) { | ||
sails.log('admin user fail'); | ||
@@ -77,0 +77,0 @@ sails.log.error(error); |
{ | ||
"name": "sails-permissions", | ||
"version": "0.10.12", | ||
"version": "0.10.13", | ||
"description": "Comprehensive sails.js user permission/privilege framework that allows granting and restricting access to models and attributes based on object ownership and relationships with other users and roles", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
35952