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

@minatojs/driver-mysql

Package Overview
Dependencies
Maintainers
1
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 1.1.0 to 1.2.0

4

lib/index.js

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

constructor(database, config) {
super(database, 'mysql');
super(database);
this._queryTasks = [];

@@ -132,6 +132,4 @@ this._joinKeys = (keys) => {

this.pool = (0, mysql_1.createPool)(this.config);
super.start();
}
async stop() {
super.stop();
this.pool.end();

@@ -138,0 +136,0 @@ }

{
"name": "@minatojs/driver-mysql",
"version": "1.1.0",
"version": "1.2.0",
"description": "MySQL Driver for Cosmotype",

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

"peerDependencies": {
"minato": "^1.1.0"
"minato": "^1.2.0"
},

@@ -31,0 +31,0 @@ "devDependencies": {

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