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.5 to 0.2.6

2

clients/base.js

@@ -99,2 +99,4 @@ var whenfn = require('when/function');

if (type === 'rollback') dfd.reject(msg || resp);
}, function (err) {
dfd.reject(err);
}).ensure(function() {

@@ -101,0 +103,0 @@ return ctx.releaseConnection(trans.connection).then(function() {

4

knex.js

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

// Knex.js 0.2.5
// Knex.js 0.2.6
//

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

// Keep in sync with package.json
Knex.VERSION = '0.2.5';
Knex.VERSION = '0.2.6';

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

{
"name": "knex",
"version": "0.2.5",
"version": "0.2.6",
"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",

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