better-sqlite3
Advanced tools
Comparing version 5.4.2 to 5.4.3
@@ -6,3 +6,3 @@ 'use strict'; | ||
const dest = process.argv[2]; | ||
const source = path.join(path.sep, process.argv[3]); | ||
const source = path.resolve(path.sep, process.argv[3]); | ||
@@ -9,0 +9,0 @@ /* |
{ | ||
"name": "better-sqlite3", | ||
"version": "5.4.2", | ||
"version": "5.4.3", | ||
"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
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
2640979