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.13.0 to 0.13.1

8

lib/protocol/ResultSet.js

@@ -348,7 +348,7 @@ // Copyright 2013 SAP AG.

process.nextTick(function callSendFetch() {
if (self._running && !self.finished) {
if (self._running) {
process.nextTick(function callSendFetch() {
sendFetch.call(self);
}
});
});
}
}

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

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

"description": "SAP HANA Database Client for Node",
"version": "0.13.0",
"version": "0.13.1",
"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