Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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.5 to 0.10.7

5

api/hooks/permissions-api/index.js

@@ -28,4 +28,5 @@ var _ = require('lodash');

.catch(function (error) {
sails.log.error(error);
next(error);
// FIXME https://github.com/balderdashy/waterline/issues/630
sails.log.warn(error);
initializeFixtures(next);
});

@@ -32,0 +33,0 @@ });

2

package.json
{
"name": "sails-permissions",
"version": "0.10.5",
"version": "0.10.7",
"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