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.3.5 to 2.3.6

4

lib/index.d.ts

@@ -26,7 +26,7 @@ import type { Pool, PoolConfig } from 'mysql';

}
declare namespace MySQLDriver {
export declare namespace MySQLDriver {
interface Config extends PoolConfig {
}
}
declare class MySQLDriver extends Driver {
export declare class MySQLDriver extends Driver {
pool: Pool;

@@ -33,0 +33,0 @@ config: MySQLDriver.Config;

@@ -34,2 +34,3 @@ "use strict";

__export(src_exports, {
MySQLDriver: () => MySQLDriver,
default: () => src_default

@@ -477,3 +478,5 @@ });

// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {});
0 && (module.exports = {
MySQLDriver
});
//# sourceMappingURL=index.js.map
{
"name": "@minatojs/driver-mysql",
"version": "2.3.5",
"version": "2.3.6",
"description": "MySQL Driver for Minato",

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

"@vlasky/mysql": "^2.18.6",
"cosmokit": "^1.4.0",
"cosmokit": "^1.4.1",
"reggol": "^1.3.5"
}
}

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