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

knex

Package Overview
Dependencies
Maintainers
1
Versions
252
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

knex - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

3

clients/sqlite3.js

@@ -26,3 +26,4 @@ var When = require('when');

var dfd = When.defer();
var method = (builder.type === 'insert' || builder.type === 'update') ? 'run' : 'all';
var method = (builder.type === 'insert' ||
builder.type === 'update' || builder.type === 'delete') ? 'run' : 'all';

@@ -29,0 +30,0 @@ // If we have a debug flag set, console.log the query.

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

// Knex.js 0.2.3
// Knex.js 0.2.4
//

@@ -26,3 +26,3 @@ // (c) 2013 Tim Griesser

// Keep in sync with package.json
Knex.VERSION = '0.2.3';
Knex.VERSION = '0.2.4';

@@ -29,0 +29,0 @@ // Methods common to both the `Grammar` and `SchemaGrammar` interfaces,

{
"name": "knex",
"version": "0.2.3",
"version": "0.2.4",
"description": "A query builder for Postgres, MySQL and SQLite3, designed to be flexible, portable, and fun to use.",

@@ -5,0 +5,0 @@ "main": "knex.js",

Sorry, the diff of this file is too big to display

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