New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

bookshelf-shield

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bookshelf-shield - npm Package Compare versions

Comparing version 2.0.0 to 2.1.0

dist/main.js

2

lib/main.js
'use strict';
require('babel/register');
const Shield = require('./Shield.js');

@@ -5,0 +3,0 @@ const wrapRelations = require('./wrapRelations.js');

{
"name": "bookshelf-shield",
"version": "2.0.0",
"version": "2.1.0",
"description": "Access control list based authorization for bookshelf models",

@@ -14,2 +14,3 @@ "main": "lib/main.js",

"lodash": "3.6.0",
"precommit-hook": "^3.0.0",
"thenify-all": "1.6.0"

@@ -33,3 +34,6 @@ },

"scripts": {
"test": "grunt test"
"test": "grunt test",
"lint": "jshint lib/. test/.",
"validate": "npm ls",
"build": "babel lib/main.js -o dist/main.js && git add dist/main.js"
},

@@ -45,3 +49,9 @@ "repository": {

},
"homepage": "https://github.com/dylancwood/bookshelf-shield"
"homepage": "https://github.com/dylancwood/bookshelf-shield",
"pre-commit": [
"lint",
"validate",
"test",
"build"
]
}
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