Socket
Socket
Sign inDemoInstall

@sap/hdi

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sap/hdi - npm Package Compare versions

Comparing version 4.0.2 to 4.1.0

8

CHANGELOG.md

@@ -0,1 +1,9 @@

## 4.1.0
Features:
- Node 16.x support
- hana-client 2.9.x support
Removed:
- Node 8.x and 10.x support
## 4.0.2

@@ -2,0 +10,0 @@ Features:

2

npm-shrinkwrap.json
{
"name": "@sap/hdi",
"version": "4.0.2",
"version": "4.1.0",
"lockfileVersion": 1,

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

{
"name": "@sap/hdi",
"description": "HDI client library for node.js",
"version": "4.0.2",
"version": "4.1.0",
"license": "See LICENSE file",

@@ -14,6 +14,6 @@ "repository": {

"peerDependencies": {
"@sap/hana-client": "2.7.x || 2.8.x"
"@sap/hana-client": "2.7.x || 2.8.x || 2.9.x"
},
"engines": {
"node": ">=8 <=14"
"node": ">=12 <=16"
},

@@ -20,0 +20,0 @@ "files": [

@@ -16,3 +16,3 @@ @sap/hdi

Note : @sap/hana-client must be installed by yourself. Version 2.7.x and 2.8.x are currently supported by @sap/hdi 4.0.2.
Note : @sap/hana-client must be installed by yourself. Version 2.7.x , 2.8.x and 2.9.x are currently supported by @sap/hdi 4.1.0.
To install the latest @sap/hana-client simply run `npm install @sap/hana-client`.

@@ -19,0 +19,0 @@

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