Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@sap-ux/fe-fpm-writer

Package Overview
Dependencies
Maintainers
3
Versions
144
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sap-ux/fe-fpm-writer - npm Package Compare versions

Comparing version 0.17.1 to 0.17.2

4

dist/app/index.js

@@ -42,4 +42,4 @@ "use strict";

// if a minUI5Version is set and it is smaller than the minimum required, increase it
if (((_d = manifest['sap.ui5']) === null || _d === void 0 ? void 0 : _d.dependencies.minUI5Version) &&
semver_1.lt((_e = manifest['sap.ui5']) === null || _e === void 0 ? void 0 : _e.dependencies.minUI5Version, exports.MIN_VERSION)) {
const minUI5Version = (_e = (_d = manifest['sap.ui5']) === null || _d === void 0 ? void 0 : _d.dependencies) === null || _e === void 0 ? void 0 : _e.minUI5Version;
if (minUI5Version && semver_1.valid(minUI5Version) && semver_1.lt(minUI5Version, exports.MIN_VERSION)) {
fs.extendJSON(manifestPath, {

@@ -46,0 +46,0 @@ 'sap.ui5': {

@@ -30,3 +30,4 @@ "use strict";

config.settings.controlConfiguration = (_a = config.settings.controlConfiguration) !== null && _a !== void 0 ? _a : {};
config.settings.controlConfiguration['@com.sap.vocabularies.UI.v1.LineItem'] = (_b = config.settings.controlConfiguration['@com.sap.vocabularies.UI.v1.LineItem']) !== null && _b !== void 0 ? _b : {};
config.settings.controlConfiguration['@com.sap.vocabularies.UI.v1.LineItem'] =
(_b = config.settings.controlConfiguration['@com.sap.vocabularies.UI.v1.LineItem']) !== null && _b !== void 0 ? _b : {};
config.settings.controlConfiguration['@com.sap.vocabularies.UI.v1.LineItem'].tableSettings =

@@ -33,0 +34,0 @@ config.settings.tableSettings;

{
"name": "@sap-ux/fe-fpm-writer",
"description": "SAP Fiori elements flexible programming model writer",
"version": "0.17.1",
"version": "0.17.2",
"repository": {

@@ -6,0 +6,0 @@ "type": "git",

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