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.5 to 2.2.7

LICENSE

8

CHANGELOG.md

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

## 2.2.7
Fixes:
- Renamed developer-license-3.1.txt to LICENSE
## 2.2.6
Features:
- Use hana-client 2.4.202
## 2.2.5

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

4

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

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

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

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

@@ -1,1 +0,55 @@

{"bundleDependencies":false,"dependencies":{"@sap/hana-client":"2.4.182","async":"3.1.0"},"deprecated":false,"description":"HDI client library for node.js","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"},"engines":{"node":">=6.0.0 <=12.x"},"main":"index.js","name":"@sap/hdi","repository":{"type":"git"},"scripts":{"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/","eslint":"eslint index.js lib/ test/","eslint_single":"eslint","full_test":"node test/manage.js","lint":"jshint index.js lib/","pre-commit":"mocha test/test.js --reporter progress && npm run lint -- --fix","prepare-release":"clean-packages && npm prune --production && ls -al","test":"jshint index.js lib/","test-all.js":"node test-all-filtered.js","test-dev":"mocha test/test.js"},"version":"2.2.5","license":"SEE LICENSE IN developer-license-3.1.txt"}
{
"name": "@sap/hdi",
"description": "HDI client library for node.js",
"version": "2.2.7",
"license": "See LICENSE file",
"repository": {
"type": "git"
},
"main": "index.js",
"dependencies": {
"@sap/hana-client": "2.4.202",
"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"
},
"engines": {
"node": ">=6.0.0 <=12.x"
},
"files": [
"package.json",
"lib",
"index.js",
"node_modules",
"npm-shrinkwrap.json",
"README.md",
"CHANGELOG.md",
"LICENSE"
],
"scripts": {
"prepare-release": "clean-packages && npm prune --production && ls -al",
"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/"
}
}
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