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

bookshelf

Package Overview
Dependencies
Maintainers
1
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bookshelf - npm Package Compare versions

Comparing version 0.5.6 to 0.5.7

4

bookshelf.js

@@ -1,2 +0,2 @@

// Bookshelf.js 0.5.6
// Bookshelf.js 0.5.7
// ---------------

@@ -86,3 +86,3 @@

// Keep in sync with `package.json`.
VERSION: '0.5.6',
VERSION: '0.5.7',

@@ -89,0 +89,0 @@ // Helper method to wrap a series of Bookshelf actions in a `knex` transaction block;

@@ -59,7 +59,4 @@ // Sync

// Create the deferred object, triggering a `fetching` event if the model
// isn't an eager load.
return when(function(){
if (!options.isEager) return syncing.triggerThen('fetching', syncing, columns, options);
}()).then(function() {
// Trigger a `fetching` event on the model, and then select the appropriate columns.
return syncing.triggerThen('fetching', syncing, columns, options).then(function() {
return sync.query.select(columns);

@@ -66,0 +63,0 @@ });

{
"name": "bookshelf",
"version": "0.5.6",
"version": "0.5.7",
"description": "A lightweight ORM for PostgreSQL, MySQL, and SQLite3, influenced by Backbone.js",

@@ -5,0 +5,0 @@ "main": "bookshelf.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