Socket
Socket
Sign inDemoInstall

knex

Package Overview
Dependencies
17
Maintainers
4
Versions
252
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.21.18 to 0.21.19

4

CHANGELOG.md
# Master (Unreleased)
# 0.21.19 - 02 March, 2021
- SQLite: Made the constraint detection case-insensitive #4332
# 0.21.18 - 22 February, 2021

@@ -4,0 +8,0 @@

4

lib/dialects/sqlite3/schema/ddl.js

@@ -336,4 +336,4 @@ // SQLite3_DDL

if (
defLine.startsWith('constraint') === false &&
defLine.includes('foreign key') === false
defLine.toLowerCase().startsWith('constraint') === false &&
defLine.toLowerCase().includes('foreign key') === false
)

@@ -340,0 +340,0 @@ return true;

{
"name": "knex",
"version": "0.21.18",
"version": "0.21.19",
"description": "A batteries-included SQL query & schema builder for Postgres, MySQL and SQLite3 and the Browser",

@@ -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