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

@minatojs/driver-sqlite

Package Overview
Dependencies
Maintainers
2
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@minatojs/driver-sqlite - npm Package Compare versions

Comparing version 3.3.5 to 3.3.6

8

lib/index.js

@@ -215,3 +215,9 @@ "use strict";

const [sqlite, buffer] = await Promise.all([
(0, import_sql.default)(),
(0, import_sql.default)({
locateFile(file) {
if (!process.env.KOISHI_BASE)
return file;
return process.env.KOISHI_BASE + "/" + file;
}
}),
this.config.path === ":memory:" ? null : import_fs.promises.readFile(this.config.path).catch(() => null)

@@ -218,0 +224,0 @@ ]);

2

package.json
{
"name": "@minatojs/driver-sqlite",
"version": "3.3.5",
"version": "3.3.6",
"description": "SQLite Driver for Minato",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

Sorry, the diff of this file is not supported yet

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