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

bookshelf-scopes

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bookshelf-scopes - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

7

package.json
{
"name": "bookshelf-scopes",
"version": "0.0.1",
"version": "0.0.2",
"description": "Giving you Rails like scopes in Bookshelf.js.",

@@ -29,3 +29,6 @@ "main": "src/scopes.js",

],
"author": "JT",
"author": "JT (https://github.com/jtwebman)",
"contributors": [
"David Negstad (https://github.com/dnegstad)"
],
"license": "MIT",

@@ -32,0 +35,0 @@ "bugs": {

@@ -22,5 +22,5 @@ 'use strict';

self[property] = function() {
/*self[property] = function() {
return this.prototype[property].apply(this, arguments);
}
}*/
})

@@ -27,0 +27,0 @@

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