Socket
Socket
Sign inDemoInstall

@sap/hdi-deploy

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sap/hdi-deploy - npm Package Compare versions

Comparing version 4.7.1 to 4.8.0

6

CHANGELOG.md

@@ -0,1 +1,7 @@

## 4.8.0
Features:
- use @sap/hdi@4.5.0
- use @sap/hana-client@2.17.22
- Node 20.x support
## 4.7.1

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

6

npm-shrinkwrap.json
{
"name": "@sap/hdi-deploy",
"version": "4.7.1",
"version": "4.8.0",
"lockfileVersion": 1,

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

"@sap/hana-client": {
"version": "2.17.21",
"version": "2.17.22",
"requires": {

@@ -26,3 +26,3 @@ "debug": "3.1.0"

"@sap/hdi": {
"version": "4.4.0",
"version": "4.5.0",
"requires": {

@@ -29,0 +29,0 @@ "async": "3.2.3"

{
"name": "@sap/hdi-deploy",
"description": "HDI content deployment",
"version": "4.7.1",
"version": "4.8.0",
"license": "See LICENSE file",

@@ -9,4 +9,4 @@ "repository": {},

"dependencies": {
"@sap/hana-client": "2.17.21",
"@sap/hdi": "4.4.0",
"@sap/hana-client": "2.17.22",
"@sap/hdi": "4.5.0",
"@sap/xsenv": "3.4.0",

@@ -20,3 +20,3 @@ "async": "3.2.3",

"engines": {
"node": "^12.0.0 || ^14.0.0 || ^16.0.0 || ^18.0.0"
"node": "^12.0.0 || ^14.0.0 || ^16.0.0 || ^18.0.0 || ^20.0.0"
},

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

@@ -104,3 +104,3 @@ @sap/hdi-deploy

"dependencies": {
"@sap/hdi-deploy": "4.7.1"
"@sap/hdi-deploy": "4.8.0"
},

@@ -547,3 +547,3 @@ "scripts": {

"dependencies": {
"@sap/hdi-deploy": "4.7.1",
"@sap/hdi-deploy": "4.8.0",
"module1": "1.3.1",

@@ -1002,3 +1002,3 @@ "module2": "1.7.0"

Options from `HDI_DEPLOY_OPTIONS` has priority over options that are passed in the command line. If different options are specified in HDI_DEPLOY_OPTIONS and in the command line, then the union of both is used.
Options from `HDI_DEPLOY_OPTIONS` and the command line are merged. `HDI_DEPLOY_OPTIONS` have priority over options from the command line.

@@ -1054,3 +1054,3 @@ ## Ignore List

Options can also be passed to `@sap/hdi-deploy` via the `HDI_DEPLOY_OPTIONS` environment variable.
Options can also be passed to `@sap/hdi-deploy` via the `HDI_DEPLOY_OPTIONS` environment variable. Options from `HDI_DEPLOY_OPTIONS` and the command line are merged. `HDI_DEPLOY_OPTIONS` have priority over options from the command line.

@@ -1084,3 +1084,3 @@ ## Supported Features

"name": "@sap/hdi-deploy",
"version": "4.7.1",
"version": "4.8.0",
"features": {

@@ -1087,0 +1087,0 @@ "info": 2,

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