Socket
Socket
Sign inDemoInstall

hdb

Package Overview
Dependencies
Maintainers
2
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hdb - npm Package Compare versions

Comparing version 0.12.3 to 0.12.4

8

lib/protocol/Connection.js

@@ -454,3 +454,3 @@ // Copyright 2013 SAP AG.

if (this._queue.empty && !this._queue.busy) {
if (this.isIdle()) {
return enqueueDisconnect();

@@ -562,3 +562,3 @@ }

}
if (this._queue.empty && !this._queue.busy) {
if (this.isIdle()) {
return closeConnection();

@@ -575,2 +575,6 @@ }

Connection.prototype.isIdle = function isIdle() {
return this._queue.empty && !this._queue.busy;
};
Connection.prototype.setAutoCommit = function setAutoCommit(autoCommit) {

@@ -577,0 +581,0 @@ this._transaction.autoCommit = autoCommit;

@@ -9,3 +9,3 @@ {

"description": "SAP HANA Database Client for Node",
"version": "0.12.3",
"version": "0.12.4",
"repository": {

@@ -12,0 +12,0 @@ "type": "git",

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