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.17.2 to 0.18.0

5

lib/protocol/tcp.js

@@ -27,2 +27,5 @@ // Copyright 2013 SAP AG.

createSocket = exports.createSecureSocket;
if (!('servername' in options)) {
options.servername = options.host;
}
} else {

@@ -34,2 +37,2 @@ createSocket = exports.createSocket;

return socket;
};
};

2

package.json

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

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