Socket
Socket
Sign inDemoInstall

@wangct/mysql

Package Overview
Dependencies
218
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.5 to 1.1.6

9

lib/DbTable/util.js

@@ -39,2 +39,11 @@ const {getObjId} = require("@wangct/util");

}
if(column.type == null){
['text','date','datetime','char','varchar'].some((field) => {
const value = column[field];
if(value){
column.type = field;
}
return value;
})
}
}

@@ -41,0 +50,0 @@ column = {

2

package.json
{
"name": "@wangct/mysql",
"version": "1.1.5",
"version": "1.1.6",
"description": "mysql数据库连接工具",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc