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.3 to 1.1.4

0

index.js

@@ -0,0 +0,0 @@

@@ -0,0 +0,0 @@

4

lib/DbTable/index.js

@@ -93,2 +93,6 @@ const Mysql = require("../Mysql");

});
if(where == null && data[this.primary_field]){
where = data[this.primary_field]
delete data[this.primary_field];
}
return mysql.update(

@@ -95,0 +99,0 @@ this.getTableName(),

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

@@ -0,0 +0,0 @@ const mysql = require('mysql');

@@ -0,0 +0,0 @@ const {aryMap} = require("@wangct/util");

@@ -0,0 +0,0 @@ const {pathResolve} = require("@wangct/node-util");

@@ -0,0 +0,0 @@ const UniqueMap = require("./UniqueMap");

@@ -0,0 +0,0 @@ const {toAry} = require("@wangct/util");

2

package.json
{
"name": "@wangct/mysql",
"version": "1.1.3",
"version": "1.1.4",
"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