Socket
Socket
Sign inDemoInstall

knex-didi

Package Overview
Dependencies
24
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.0.3

2

lib/dialects/sqlite3/index.js

@@ -31,3 +31,3 @@ // SQLite3

_driver() {
return require('@journeyapps/sqlcipher');
return require('sqlcipher').verbose()
}

@@ -34,0 +34,0 @@

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

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

"peerDependenciesMeta": {
"sqlite3": {
"sqlcipher": {
"optional": true

@@ -100,3 +100,2 @@ }

"source-map-support": "^0.5.19",
"sqlite3": "^5.0.2",
"tap-spec": "^5.0.0",

@@ -103,0 +102,0 @@ "tape": "^5.2.2",

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

require('@journeyapps/sqlcipher');
require('sqlcipher').verbose()
const Knex = require('knex');

@@ -3,0 +3,0 @@

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc