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.6.0 to 4.6.1

5

CHANGELOG.md

@@ -0,1 +1,6 @@

## 4.6.1
Features:
- use @sap/hana-client@2.16.26
- log client version during deployment
## 4.6.0

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

4

deploy.js

@@ -673,5 +673,5 @@ 'use strict';

if (logger.getHDBValue()) {
logger.log('Using hdb client for connection');
logger.log(`Using hdb@${pjson.dependencies['hdb']} for connection`);
} else {
logger.log('Using hana-client for connection');
logger.log(`Using @sap/hana-client@${pjson.dependencies['@sap/hana-client']} for connection`);
}

@@ -678,0 +678,0 @@ // log that we couldn't get the version from the server (usually we don't have privileges for SYS.M_DATABASE)

{
"name": "@sap/hdi-deploy",
"version": "4.6.0",
"version": "4.6.1",
"lockfileVersion": 1,

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

"@sap/hana-client": {
"version": "2.16.21",
"version": "2.16.26",
"requires": {

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

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

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

"dependencies": {
"@sap/hana-client": "2.16.21",
"@sap/hana-client": "2.16.26",
"@sap/hdi": "4.4.0",

@@ -12,0 +12,0 @@ "@sap/xsenv": "3.4.0",

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

"dependencies": {
"@sap/hdi-deploy": "4.6.0"
"@sap/hdi-deploy": "4.6.1"
},

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

"dependencies": {
"@sap/hdi-deploy": "4.6.0",
"@sap/hdi-deploy": "4.6.1",
"module1": "1.3.1",

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

"name": "@sap/hdi-deploy",
"version": "4.6.0",
"version": "4.6.1",
"features": {

@@ -1084,0 +1084,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