sqlite-async
Advanced tools
Comparing version 1.1.2 to 1.1.3
{ | ||
"name": "sqlite-async", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "ES6 Promise-based interface to the sqlite3 module.", | ||
@@ -26,8 +26,8 @@ "main": "sqlite-async.js", | ||
"homepage": "https://github.com/fhellwig/sqlite-async#readme", | ||
"devDependencies": { | ||
"mocha": "^9.2.0" | ||
}, | ||
"dependencies": { | ||
"sqlite3": "^5.0.2" | ||
}, | ||
"devDependencies": { | ||
"mocha": "^9.1.1" | ||
} | ||
} |
@@ -0,0 +0,0 @@ # sqlite-async |
@@ -56,2 +56,6 @@ /** | ||
on(evt, cb) { | ||
return this.db.on(evt, cb); | ||
} | ||
close(fn) { | ||
@@ -58,0 +62,0 @@ if (!this.db) { |
@@ -0,0 +0,0 @@ const assert = require('assert'); |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
22461
516
0