Socket
Socket
Sign inDemoInstall

@sap/hana-client

Package Overview
Dependencies
2
Maintainers
1
Versions
78
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.13.13 to 2.13.21

30

CHANGELOG.md

@@ -0,1 +1,31 @@

# Hana Client 2.13.x Drivers
Please see the "What’s new in the SAP HANA Client" section in the official HANA client 2.13 documentation:
https://help.sap.com/viewer/product/SAP_HANA_CLIENT/2.13/en-US
For the latest updates please see SAP Note 3210156 - SAP HANA Client 2.13 Release Notes
https://launchpad.support.sap.com/#/notes/3210156
# Hana Client 2.12.x Drivers
Please see the "What’s new in the SAP HANA Client" section in the official HANA client 2.12 documentation:
https://help.sap.com/viewer/product/SAP_HANA_CLIENT/2.12/en-US
For the latest updates please see SAP Note 3165198 - SAP HANA Client 2.12 Release Notes
https://launchpad.support.sap.com/#/notes/3165198
# Hana Client 2.11.x Drivers
Please see the "What’s new in the SAP HANA Client" section in the official HANA client 2.11 documentation:
https://help.sap.com/viewer/product/SAP_HANA_CLIENT/2.11/en-US
For the latest updates please see SAP Note 3119522 - SAP HANA Client 2.11 Release Notes
https://launchpad.support.sap.com/#/notes/3119522
# Hana Client 2.10.x Drivers

@@ -2,0 +32,0 @@

15

lib/index.js

@@ -574,15 +574,2 @@ 'use strict';

var dbcapi = path.join(pb_path, dbcapi_name + extensions[process.platform]);
try {
fs.statSync(dbcapi);
} catch (ex) {
// No binary!
debug(ex.message);
debug("No DBCAPI interface driver found for platform: '" +
process.platform + "', arch: '" + process.arch +
"', endianness: '" + os.endianness() + "' for Node version: '" +
process.version + "'");
debug("You need to set the " + dbcapi_env + " environment variable to point to " +
dbcapi_name + extensions[process.platform] + " for this platform.");
throw new Error('`' + dbcapi + '` is missing.');
}

@@ -642,4 +629,2 @@ // Remove unrelated native platform libraries

// Found dbcapi
process.env[dbcapi_env] = dbcapi;
// Now find driver

@@ -646,0 +631,0 @@ var default_driver_file = 'hana-client';

4

npm-shrinkwrap.json
{
"name": "@sap/hana-client",
"version": "2.13.13",
"version": "2.13.21",
"lockfileVersion": 1,

@@ -16,5 +16,5 @@ "requires": true,

"version": "2.0.0",
"integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
"integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A=="
}
}
}

@@ -5,3 +5,3 @@ {

"description": "Official SAP HANA Node.js Driver",
"version": "2.13.13",
"version": "2.13.21",
"dependencies": {

@@ -8,0 +8,0 @@ "debug": "3.1.0"

@@ -17,3 +17,3 @@ # @sap/hana-client

The @sap/hana-client driver supports versions of Node.js 8.11.2 and higher.
The @sap/hana-client driver supports versions of Node.js 10 and higher.

@@ -20,0 +20,0 @@ ## Community

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc