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.3 to 0.4.4

2

clients/server/base.js

@@ -41,3 +41,3 @@ // ServerBase

var chain = this.getConnection(builder).then(function(connection) {
if (client.isDebugging || builder.isDebugging) {
if (client.isDebugging || builder.flags.debug) {
client.debug(sql, bindings, connection, builder);

@@ -44,0 +44,0 @@ }

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

// Knex.js 0.4.3
// Knex.js 0.4.4
// --------------

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

// Keep in sync with package.json
knex.VERSION = '0.4.3';
knex.VERSION = '0.4.4';

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

{
"name": "knex",
"version": "0.4.3",
"version": "0.4.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",

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