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 1.1.2 to 1.1.3

3

api/hooks/sails-permissions.js

@@ -103,4 +103,3 @@ var permissionPolicies = [

model: 'User',
index: true,
notNull: true
index: true
},

@@ -107,0 +106,0 @@ owner: {

@@ -26,3 +26,6 @@ var _ = require('lodash');

})
.catch(next);
.catch(function (e) {
sails.log.error(e);
next(e);
});
},

@@ -44,3 +47,6 @@ function attachDefaultRole (user, next) {

})
.catch(next)
.catch(function (e) {
sails.log.error(e);
next(e);
})
);

@@ -47,0 +53,0 @@ }

{
"name": "sails-permissions",
"version": "1.1.2",
"version": "1.1.3",
"description": "Comprehensive user permissions and entitlements system for sails.js and Waterline. Supports user authentication with passport.js, role-based permissioning, object ownership, and row-level security.",

@@ -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