Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

sqlite-async

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sqlite-async - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

package.json
{
"name": "sqlite-async",
"version": "1.0.2",
"version": "1.0.3",
"description": "ES6 Promise-based interface to the sqlite3 module.",

@@ -5,0 +5,0 @@ "main": "sqlite-async.js",

@@ -37,2 +37,4 @@ /**

get filename() { return this.db.filename }
close() {

@@ -39,0 +41,0 @@ return new Promise((resolve, reject) => {

@@ -20,2 +20,3 @@ const Database = require('../sqlite-async')

db = _db
expect(db.filename, `"${FILENAME}"`)
})

@@ -22,0 +23,0 @@ .then(_ => {

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