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.2 to 2.3.3

9

lib/index.js

@@ -22,2 +22,6 @@ "use strict";

var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
// If the importer is in node compatibility mode or this is not an ESM
// file that has been converted to a CommonJS file using a Babel-
// compatible transform (i.e. "__esModule" has not been set), then set
// "default" to the CommonJS "module.exports" for node compatibility.
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,

@@ -28,3 +32,3 @@ mod

// packages/mysql/src/index.ts
// minato/packages/mysql/src/index.ts
var src_exports = {};

@@ -41,3 +45,3 @@ __export(src_exports, {

var logger = new import_reggol.default("mysql");
var DEFAULT_DATE = new Date("1970-01-01");
var DEFAULT_DATE = /* @__PURE__ */ new Date("1970-01-01");
function getIntegerType(length = 11) {

@@ -197,2 +201,3 @@ if (length <= 4)

}
/** synchronize table schema */
async prepare(name) {

@@ -199,0 +204,0 @@ const [columns, indexes] = await Promise.all([

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

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

"peerDependencies": {
"@minatojs/core": "^2.2.0"
"@minatojs/core": "^2.2.2"
},

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

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