Socket
Socket
Sign inDemoInstall

sqlite3

Package Overview
Dependencies
Maintainers
0
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 2.0.12 to 2.0.13

5

package.json
{
"name": "sqlite3",
"description": "Asynchronous, non-blocking SQLite3 bindings",
"version": "2.0.12",
"version": "2.0.13",
"homepage": "http://github.com/developmentseed/node-sqlite3",

@@ -16,3 +16,4 @@ "author": "Konstantin Käfer <kkaefer@gmail.com>",

"Dane Springmeyer <dane@developmentseed.org>",
"Carter Thaxton <carter.thaxton@gmail.com>"
"Carter Thaxton <carter.thaxton@gmail.com>",
"Audrius Kažukauskas <audrius@neutrino.lt>"
],

@@ -19,0 +20,0 @@ "repository": {

1

README.md

@@ -21,2 +21,3 @@ # NAME

}
stmt.finalize();

@@ -23,0 +24,0 @@ db.each("SELECT rowid AS id, info FROM lorem", function(err, row) {

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