You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

@sap/hdi

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.2.7 to 3.0.1

12

CHANGELOG.md

@@ -0,1 +1,13 @@

## 3.0.1
Fixes:
- Correctly remove devDependencies and integrity hashes from npm-shrinkwrap.json
## 3.0.0
Features:
- Use hana-client 2.7.16
- Node 14.x support
Removed:
- Node 6.x support
## 2.2.7

@@ -2,0 +14,0 @@ Fixes:

4

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

@@ -8,3 +8,3 @@ "requires": true,

"@sap/hana-client": {
"version": "2.4.202",
"version": "2.7.16",
"requires": {

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

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

@@ -11,3 +11,3 @@ "repository": {

"dependencies": {
"@sap/hana-client": "2.4.202",
"@sap/hana-client": "2.7.16",
"async": "3.1.0"

@@ -31,3 +31,3 @@ },

"engines": {
"node": ">=6.0.0 <=12.x"
"node": ">=8 <=14"
},

@@ -45,3 +45,3 @@ "files": [

"scripts": {
"prepare-release": "clean-packages && npm prune --production && ls -al",
"prepare-release": "clean-packages && npm prune --production && ls -al && cat npm-shrinkwrap.json",
"eslint_single": "eslint",

@@ -56,4 +56,7 @@ "eslint": "eslint index.js lib/ test/",

"coverage": "nyc --reporter=html mocha test/test.js",
"documentation": "jsdoc -d ./docs -t ./node_modules/ink-docstrap/template -R README.md -r index.js ./lib/"
"documentation": "jsdoc -d ./docs -t ./node_modules/ink-docstrap/template -R README.md -r index.js ./lib/",
"wrap": "rm -rf node_modules && rm npm-shrinkwrap.json && npm install && npm dedupe && npm shrinkwrap && clean-shrinkwrap",
"backup-shrinkwrap": "cp npm-shrinkwrap.json backup-npm-shrinkwrap.json",
"restore-shrinkwrap": "mv backup-npm-shrinkwrap.json npm-shrinkwrap.json"
}
}

@@ -18,5 +18,5 @@ @sap/hdi

We recommend using version 2.0.0 or higher. V2 of the API brings access to the Container Group API, major refactoring of the HDI and Container API into separate components and lots of pre-defined classes to make working with the API easier.
We recommend using version 2.0.0 or higher. >=2.0.0 of the API brings access to the Container Group API, major refactoring of the HDI and Container API into separate components and lots of pre-defined classes to make working with the API easier.
Note that V2 is not backwards compatible to V1, code written with the old API will ***NOT*** run with new API. This documentation is for the V2 API.
Note that >=2.0.0 is not backwards compatible to 1.x, code written with the old API will ***NOT*** run with new API. This documentation is for the 3.x API.

@@ -23,0 +23,0 @@ All APIs require that the connected user has EXECUTE privileges for the corresponding SQL procedures and SELECT for all table types in SYS_DI (TT*).

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc