@degulabs/better-sqlite3
Advanced tools
Comparing version 9.1.1 to 9.1.2
@@ -64,3 +64,3 @@ 'use strict'; | ||
// Make sure the specified directory exists | ||
if (!anonymous && !fs.existsSync(path.dirname(filename))) { | ||
if (!filename.startsWith('file://') && !anonymous && !fs.existsSync(path.dirname(filename))) { | ||
throw new TypeError('Cannot open database because the directory does not exist'); | ||
@@ -67,0 +67,0 @@ } |
{ | ||
"name": "@degulabs/better-sqlite3", | ||
"version": "9.1.1", | ||
"version": "9.1.2", | ||
"description": "The fastest and simplest library for SQLite3 in Node.js.", | ||
@@ -9,3 +9,3 @@ "homepage": "http://github.com/degulabs/better-sqlite3", | ||
"type": "git", | ||
"url": "git://github.com/WiseLibs/better-sqlite3.git" | ||
"url": "git://github.com/degulabs/better-sqlite3.git" | ||
}, | ||
@@ -12,0 +12,0 @@ "main": "lib/index.js", |
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
9802057