sqlite-async
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"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(_ => { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14089
323