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

@minatojs/driver-mysql

Package Overview
Dependencies
Maintainers
2
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@minatojs/driver-mysql - npm Package Compare versions

Comparing version 2.5.3 to 2.5.4

src/index.ts

2

lib/index.js

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

const inner = builder.get(sel.table, true);
const [data] = await this.queue(`SELECT ${output} AS value FROM ${inner} ${sel.ref}`);
const [data] = await this.queue(`SELECT ${output} AS value FROM ${inner}`);
return data.value;

@@ -437,0 +437,0 @@ }

{
"name": "@minatojs/driver-mysql",
"version": "2.5.3",
"version": "2.5.4",
"description": "MySQL Driver for Minato",

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

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

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

"peerDependencies": {
"@minatojs/core": "^2.4.2"
"@minatojs/core": "^2.4.3"
},
"devDependencies": {
"@minatojs/tests": "^1.6.0",
"@minatojs/tests": "^1.6.1",
"@types/mysql": "^2.15.21"
},
"dependencies": {
"@minatojs/sql-utils": "^4.0.6",
"@minatojs/sql-utils": "^4.0.7",
"@vlasky/mysql": "^2.18.6",
"cosmokit": "^1.4.5",
"reggol": "^1.5.2"
"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