Socket
Socket
Sign inDemoInstall

knex

Package Overview
Dependencies
3
Maintainers
1
Versions
252
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.7 to 0.4.8

5

clients/server/base.js

@@ -59,2 +59,7 @@ // ServerBase

chain = chain.ensure(function() {
if (!conn) {
// The connection must have failed to initialize. Avoid pushing undefined
// into the connection pool.
return;
}
client.pool.release(conn);

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

4

knex.js

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

// Knex.js 0.4.7
// Knex.js 0.4.8
// --------------

@@ -94,3 +94,3 @@

// Keep in sync with package.json
knex.VERSION = '0.4.7';
knex.VERSION = '0.4.8';

@@ -97,0 +97,0 @@ // Runs a new transaction, taking a container and returning a promise

{
"name": "knex",
"version": "0.4.7",
"version": "0.4.8",
"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",

@@ -23,2 +23,4 @@ ```

To suggest a feature, report a bug, or general discussion: http://github.com/tgriesser/knex/issues/
For a full ORM, see: http://bookshelfjs.org
To suggest a feature, report a bug, or general discussion: http://github.com/tgriesser/knex/issues/
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc