New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

sqb

Package Overview
Dependencies
Maintainers
1
Versions
174
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sqb - npm Package Compare versions

Comparing version 3.8.3 to 3.8.4

3

lib/connect/Connection.js

@@ -44,5 +44,2 @@ /* SQB

});
this.on('execute', (...args) => {
pool.emitSafe('execute', ...args);
});
}

@@ -49,0 +46,0 @@

7

lib/connect/Pool.js

@@ -190,6 +190,5 @@ /* SQB

execute(query, params, options) {
return this.acquire(conn => {
conn.on('execute', (...args) => this._emitSafe('execute', ...args));
return conn.execute(query, params, options);
});
return this.acquire(conn =>
conn.execute(query, params, options)
);
}

@@ -196,0 +195,0 @@

{
"name": "sqb",
"description": "Extensible, multi-dialect SQL query builder and Database connection framework for JavaScript",
"version": "3.8.3",
"version": "3.8.4",
"author": "Panates Ltd.",

@@ -41,3 +41,3 @@ "contributors": [

"mocha": "^6.1.4",
"nyc": "^14.1.0"
"nyc": "^14.1.1"
},

@@ -44,0 +44,0 @@ "engines": {

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