Socket
Socket
Sign inDemoInstall

@sap/hdi

Package Overview
Dependencies
1
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.2 to 4.0.1

8

CHANGELOG.md

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

## 4.0.1
Fixes:
- Cleanup package.json
## 4.0.0
Changes:
- Moved hana-client from dependencies to peerDependencies, supported are versions 2.7.x
## 3.0.2

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

19

npm-shrinkwrap.json
{
"name": "@sap/hdi",
"version": "3.0.2",
"version": "4.0.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@sap/hana-client": {
"version": "2.7.21",
"requires": {
"debug": "3.1.0"
},
"dependencies": {
"debug": {
"version": "3.1.0",
"requires": {
"ms": "2.0.0"
}
},
"ms": {
"version": "2.0.0"
}
}
},
"async": {

@@ -25,0 +8,0 @@ "version": "3.1.0"

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

@@ -11,19 +11,6 @@ "repository": {

"dependencies": {
"@sap/hana-client": "2.7.21",
"async": "3.1.0"
},
"devDependencies": {
"command-line-args": "^4.0.7",
"command-line-usage": "^4.0.2",
"eslint": "4.10.0",
"eslint-plugin-node": "5.2.1",
"filter-node-package": "2.0.0",
"ink-docstrap": "1.3.0",
"istanbul": "^0.4.5",
"jsdoc": "3.5.5",
"jshint": "2.9.4",
"mocha": "3.2.0",
"nyc": "11.2.1",
"shelljs": "0.6.0",
"should": "^13.1.3"
"peerDependencies": {
"@sap/hana-client": "2.7.x"
},

@@ -44,14 +31,2 @@ "engines": {

"scripts": {
"prepare-release": "clean-packages && npm prune --production && ls -al && cat npm-shrinkwrap.json",
"eslint_single": "eslint",
"eslint": "eslint index.js lib/ test/",
"lint": "jshint index.js lib/",
"full_test": "node test/manage.js",
"test-all.js": "node test-all-filtered.js",
"test": "jshint index.js lib/",
"test-dev": "mocha test/test.js",
"pre-commit": "mocha test/test.js --reporter progress && npm run lint -- --fix",
"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/",
"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",

@@ -58,0 +33,0 @@ "restore-shrinkwrap": "mv backup-npm-shrinkwrap.json npm-shrinkwrap.json"

@@ -16,2 +16,5 @@ @sap/hdi

Note : @sap/hana-client must be installed by yourself. Version 2.7.x is currently supported by @sap/hdi 4.0.1.
To install the latest @sap/hana-client simply run `npm install @sap/hana-client`.
Assuming that your **npm registry** is correctly configured and has access to SAP packages, simply running `npm install --save @sap/hdi` will install the package and add it as a dependency to your **package.json**.

@@ -18,0 +21,0 @@

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc