Socket
Socket
Sign inDemoInstall

@sap/generator-add-hdb-module

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sap/generator-add-hdb-module - npm Package Compare versions

Comparing version 1.5.0 to 1.5.1

14

generators/generator-hdb-module/Utils.js

@@ -310,3 +310,3 @@ 'use strict';

if( pos !== -1 ) {
const key = line.substring( 0, pos );
const key = line.substring( 0, pos ).trim();
let value = '';

@@ -439,3 +439,3 @@ if( pos + 1 < line.length ) {

}
const serviceType = dbVersion === HANA_CLOUD ? 'hana-cloud': 'hana-db';
const serviceTypes = dbVersion === HANA_CLOUD ? [ 'hana-cloud', 'hana-cloud-trial' ]: [ 'hana-db' ];
const servicePlan = dbVersion === HANA_CLOUD ? 'hana': null;

@@ -466,6 +466,8 @@ try {

services.forEach( item => {
const serviceName = Utils._parseServiceByTypeAndPlan( item, servicePlan, serviceType );
if( serviceName ){
hanaCloudServiceInstances[ serviceName ] = item.guid;
}
serviceTypes.forEach( serviceType => {
const serviceName = Utils._parseServiceByTypeAndPlan( item, servicePlan, serviceType );
if( serviceName ){
hanaCloudServiceInstances[ serviceName ] = item.guid;
}
});
});

@@ -472,0 +474,0 @@ return{ success: true, hanaCloudServiceInstances, errorMessage: '' };

{
"name": "@sap/generator-add-hdb-module",
"version": "1.5.0",
"version": "1.5.1",
"lockfileVersion": 1,

@@ -5,0 +5,0 @@ "requires": true,

{
"name": "@sap/generator-add-hdb-module",
"displayName": "SAP HANA Database Module",
"version": "1.5.0",
"version": "1.5.1",
"description": "A database module contains design-time database artifacts. On deployment, a database module is assigned an HDI container to which the corresponding run-time database objects are deployed.",

@@ -6,0 +6,0 @@ "license": "SEE LICENSE IN LICENSE",

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