Socket
Socket
Sign inDemoInstall

better-sqlite3

Package Overview
Dependencies
Maintainers
1
Versions
129
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

better-sqlite3 - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

lib/database.js

@@ -38,3 +38,3 @@ 'use strict';

return new CPPDatabase(filename, filenameGiven);
return new CPPDatabase(filename, filenameGiven, !!options.memory);
}

@@ -41,0 +41,0 @@ CPPDatabase.prototype.constructor = Database;

{
"name": "better-sqlite3",
"version": "1.1.0",
"version": "1.1.1",
"description": "The fastest and simplest library for SQLite3 in Node.js.",

@@ -5,0 +5,0 @@ "homepage": "http://github.com/JoshuaWise/better-sqlite3",

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