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.6.1 to 3.6.2

src/index.ts

2

lib/index.js

@@ -304,3 +304,3 @@ "use strict";

const inner = builder.get(sel.table, true);
const { value } = __privateMethod(this, _get, get_fn).call(this, `SELECT ${output} AS value FROM ${inner} ${sel.ref}`);
const { value } = __privateMethod(this, _get, get_fn).call(this, `SELECT ${output} AS value FROM ${inner}`);
return value;

@@ -307,0 +307,0 @@ }

{
"name": "@minatojs/driver-sqlite",
"version": "3.6.1",
"version": "3.6.2",
"description": "SQLite Driver for Minato",

@@ -8,3 +8,4 @@ "main": "lib/index.js",

"files": [
"lib"
"lib",
"src"
],

@@ -29,13 +30,13 @@ "author": "Shigma <shigma10826@gmail.com>",

"peerDependencies": {
"@minatojs/core": "^2.4.1"
"@minatojs/core": "^2.4.3"
},
"devDependencies": {
"@minatojs/tests": "^1.5.0"
"@minatojs/tests": "^1.6.1"
},
"dependencies": {
"@minatojs/sql-utils": "^4.0.5",
"@minatojs/sql-utils": "^4.0.7",
"@minatojs/sql.js": "^2.0.1",
"cosmokit": "^1.4.5",
"reggol": "^1.5.1"
"cosmokit": "^1.5.1",
"reggol": "^1.6.2"
}
}

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