New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

bun-sqlite-key-value

Package Overview
Dependencies
Maintainers
0
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bun-sqlite-key-value - npm Package Compare versions

Comparing version 1.4.2 to 1.4.3

2

package.json
{
"name": "bun-sqlite-key-value",
"version": "1.4.2",
"version": "1.4.3",
"author": {

@@ -5,0 +5,0 @@ "name": "Gerold Penz",

@@ -75,3 +75,3 @@ import { Database, type Statement } from "bun:sqlite"

// Create database directory
if (filename && dbOptions.create && !dbOptions.readonly) {
if (filename && filename.toLowerCase() !== ":memory:" && dbOptions.create && !dbOptions.readonly) {
const dbDir = dirname(resolve(filename))

@@ -78,0 +78,0 @@ if (!existsSync(dbDir)) {

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