Socket
Socket
Sign inDemoInstall

knex

Package Overview
Dependencies
Maintainers
4
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.95.12-rc5 to 0.95.12-rc6

3

lib/schema/columncompiler.js

@@ -145,2 +145,5 @@ // Column Compiler

ColumnCompiler.prototype.timestamp = 'timestamp';
ColumnCompiler.prototype.geometry = 'geometry';
ColumnCompiler.prototype.geography = 'geography';
ColumnCompiler.prototype.point = 'point';
ColumnCompiler.prototype.enu = 'varchar';

@@ -147,0 +150,0 @@ ColumnCompiler.prototype.bit = ColumnCompiler.prototype.json = 'text';

@@ -221,2 +221,7 @@ // TableBuilder

// Geometry
'geometry',
'geography',
'point',
// String

@@ -223,0 +228,0 @@ 'char',

8

package.json
{
"name": "knex",
"version": "0.95.12-rc5",
"version": "0.95.12-rc6",
"description": "A batteries-included SQL query & schema builder for PostgresSQL, MySQL, CockroachDB, MSSQL and SQLite3",

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

"test:unit-only": "mocha --exit -t 10000 --config test/mocha-unit-config-test.js",
"test:db": "mocha --exit -t 10000 --config test/mocha-integration-config-test.js && npm run test:tape",
"test:db": "mocha --exit -t 10000 --config test/mocha-integration-config-test.js",
"test:db:coverage": "nyc mocha --exit --check-leaks -t 10000 --config test/mocha-integration-config-test.js && npm run test:tape",

@@ -132,4 +132,4 @@ "test:db:no-oracle": "cross-env DB=\"mssql mysql mysql2 postgres sqlite3\" mocha --exit -t 10000 --config test/mocha-integration-config-test.js && npm run test:tape",

"ts-node": "^10.2.1",
"tsd": "^0.17.0",
"typescript": "4.4.3"
"tsd": "^0.18.0",
"typescript": "4.4.4"
},

@@ -136,0 +136,0 @@ "buildDependencies": [

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