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.4.1 to 2.4.2

5

lib/index.js

@@ -451,3 +451,6 @@ "use strict";

});
const initFields = Object.keys(model.fields);
const initFields = Object.keys(model.fields).filter((key) => {
var _a;
return !((_a = model.fields[key]) == null ? void 0 : _a.deprecated);
});
const dataFields = [...new Set(Object.keys(merged).map((key) => {

@@ -454,0 +457,0 @@ return initFields.find((field) => field === key || key.startsWith(field + "."));

2

package.json
{
"name": "@minatojs/driver-mysql",
"version": "2.4.1",
"version": "2.4.2",
"description": "MySQL Driver for Minato",

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

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