sails-permissions
Advanced tools
Comparing version 0.10.8 to 0.10.9
@@ -16,3 +16,3 @@ var _ = require('lodash'); | ||
Model.findAll() | ||
Model.find({ limit: 999 }) | ||
.then(function (found) { | ||
@@ -19,0 +19,0 @@ var count = found ? found.length : 0; |
{ | ||
"name": "sails-permissions", | ||
"version": "0.10.8", | ||
"version": "0.10.9", | ||
"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
35421