Socket
Socket
Sign inDemoInstall

sqlite3

Package Overview
Dependencies
Maintainers
7
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sqlite3 - npm Package Compare versions

Comparing version 4.0.4 to 4.0.6

deps/sqlite-autoconf-3260000.tar.gz

6

CHANGELOG.md
# Changelog
## 4.0.5
- **SECURITY:** Upgrade SQLite to 3.26.0 [#1088](https://github.com/mapbox/node-sqlite3/pull/1088)
- add constants for file open (shared databases) [#1078](https://github.com/mapbox/node-sqlite3/pull/1078)
- Allow specifying the python to use [#1089](https://github.com/mapbox/node-sqlite3/pull/1089)
## 4.0.4

@@ -4,0 +10,0 @@ - Add NodeJS 11 support [#1072](https://github.com/mapbox/node-sqlite3/pull/1072)

7

package.json
{
"name": "sqlite3",
"description": "Asynchronous, non-blocking SQLite3 bindings",
"version": "4.0.4",
"version": "4.0.6",
"homepage": "http://github.com/mapbox/node-sqlite3",

@@ -41,3 +41,3 @@ "author": {

"nan": "~2.10.0",
"node-pre-gyp": "^0.10.3",
"node-pre-gyp": "^0.11.0",
"request": "^2.87.0"

@@ -54,3 +54,4 @@ },

"pretest": "node test/support/createdb.js",
"test": "mocha -R spec --timeout 480000"
"test": "mocha -R spec --timeout 480000",
"pack": "node-pre-gyp package"
},

@@ -57,0 +58,0 @@ "license": "BSD-3-Clause",

@@ -55,3 +55,3 @@ Asynchronous, non-blocking [SQLite3](http://sqlite.org/) bindings for [Node.js](http://nodejs.org/).

- Written in modern C++ and tested for memory leaks
- Bundles Sqlite3 3.24.0 as a fallback if the installing system doesn't include SQLite
- Bundles Sqlite3 3.26.0 as a fallback if the installing system doesn't include SQLite

@@ -94,2 +94,11 @@ # API

By default the node-gyp install will use `python` as part of the installation. A
different python executable can be specified on the command line.
npm install --build-from-source --python=/usr/bin/python2
This uses the npm_config_python config, so values in .npmrc will be honoured:
python=/usr/bin/python2
## Building for node-webkit

@@ -96,0 +105,0 @@

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

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