Socket
Socket
Sign inDemoInstall

knex

Package Overview
Dependencies
Maintainers
5
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 2.5.1 to 3.0.0

2

lib/dialects/oracledb/index.js

@@ -173,3 +173,3 @@ // Oracledb Client

const options = { autoCommit: false };
const options = Object.assign({}, obj.options, { autoCommit: false });
if (obj.method === 'select') {

@@ -176,0 +176,0 @@ options.resultSet = true;

@@ -297,2 +297,3 @@ // Migrator

async forceFreeMigrationsLock(config) {
this._disableProcessing();
this.config = getMergedConfig(config, this.config, this.knex.client.logger);

@@ -299,0 +300,0 @@ const { schemaName, tableName } = this.config;

{
"name": "knex",
"version": "2.5.1",
"version": "3.0.0",
"description": "A batteries-included SQL query & schema builder for PostgresSQL, MySQL, CockroachDB, MSSQL and SQLite3",

@@ -8,3 +8,3 @@ "main": "knex",

"engines": {
"node": ">=12"
"node": ">=16"
},

@@ -21,4 +21,4 @@ "scripts": {

"coveralls": "nyc report --reporter=lcov",
"lint": "eslint --cache \"**/*.js\"",
"lint:fix": "eslint --cache --fix \"**/*.js\"",
"lint": "eslint --cache **/*.js",
"lint:fix": "eslint --cache --fix '**/*.js'",
"lint:types": "tsd && dtslint types",

@@ -135,3 +135,3 @@ "lint:everything": "npm run lint && npm run lint:types",

"nyc": "^15.1.0",
"oracledb": "^5.4.0",
"oracledb": "^6.1.0",
"pg": "^8.8.0",

@@ -138,0 +138,0 @@ "pg-query-stream": "^4.2.4",

@@ -0,0 +0,0 @@ # Test scripts to evaluate stability of drivers / pool etc.

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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