Socket
Socket
Sign inDemoInstall

bookshelf-modelbase

Package Overview
Dependencies
Maintainers
2
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bookshelf-modelbase - npm Package Compare versions

Comparing version 2.2.1 to 2.3.0

2

lib/index.js

@@ -51,3 +51,3 @@ var extend = require('xtend')

findAll: function (filter, options) {
return this.forge(filter).fetchAll(options)
return this.forge().query({ where: filter }).fetchAll(options)
},

@@ -54,0 +54,0 @@

{
"name": "bookshelf-modelbase",
"version": "2.2.1",
"version": "2.3.0",
"description": "Extensible ModelBase for bookshelf-based model layers",

@@ -5,0 +5,0 @@ "main": "./lib",

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