Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

linsql

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

linsql - npm Package Compare versions

Comparing version 0.1.8 to 0.1.9

4

index.js
/*
* linsql v0.1.8
* linsql v0.1.9
* (c) 2022-2022 xiaoqiujun

@@ -557,2 +557,3 @@ * Released under the MIT License.

}
connection.release(); //释放
if (empty(values)) {

@@ -590,2 +591,3 @@ connection.query(sql, (err, result) => {

}
connection.release(); //释放
if (empty(values)) {

@@ -592,0 +594,0 @@ connection.execute(sql, (err, result) => {

{
"name": "linsql",
"version": "0.1.8",
"version": "0.1.9",
"description": "使用TS封装node-mysql的常用操作,可链式调用,与ThinkPHP的查询器类似",

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

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