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

@degulabs/better-sqlite3

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@degulabs/better-sqlite3 - npm Package Compare versions

Comparing version 9.1.1 to 9.1.2

2

lib/database.js

@@ -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",

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