Socket
Socket
Sign inDemoInstall

sails-permissions

Package Overview
Dependencies
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sails-permissions - npm Package Compare versions

Comparing version 0.10.14 to 0.10.15

4

config/fixtures/user.js

@@ -12,5 +12,5 @@ /**

}
User.find({ username: 'admin' })
User.findOne({ username: 'admin' })
.then(function (user) {
if (user) return next();
if (user) return next(null, user);

@@ -17,0 +17,0 @@ sails.log('admin user does not exist; creating...');

{
"name": "sails-permissions",
"version": "0.10.14",
"version": "0.10.15",
"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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc