New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@sap-ux/app-config-writer

Package Overview
Dependencies
Maintainers
3
Versions
218
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sap-ux/app-config-writer - npm Package Compare versions

Comparing version 0.5.17 to 0.5.19

2

dist/navigation-config/index.js

@@ -60,3 +60,3 @@ "use strict";

async function readManifest(appPath, fs) {
const manifestPath = (0, path_1.join)(await (0, project_access_1.getWebappPath)(appPath), project_access_1.FileName.Manifest);
const manifestPath = (0, path_1.join)(await (0, project_access_1.getWebappPath)(appPath, fs), project_access_1.FileName.Manifest);
const manifest = fs.readJSON(manifestPath);

@@ -63,0 +63,0 @@ if (!manifest) {

@@ -78,3 +78,3 @@ "use strict";

async function deleteNoLongerUsedFiles(fs, basePath, convertTests, logger) {
const webappTestPath = (0, path_1.join)(await (0, project_access_1.getWebappPath)(basePath), 'test');
const webappTestPath = (0, path_1.join)(await (0, project_access_1.getWebappPath)(basePath, fs), 'test');
const files = [

@@ -81,0 +81,0 @@ (0, path_1.join)(webappTestPath, 'locate-reuse-libs.js'),

{
"name": "@sap-ux/app-config-writer",
"description": "Add or update configuration for SAP Fiori tools application",
"version": "0.5.17",
"version": "0.5.19",
"repository": {

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

"semver": "7.6.3",
"@sap-ux/axios-extension": "1.18.1",
"@sap-ux/axios-extension": "1.18.2",
"@sap-ux/btp-utils": "0.17.2",
"@sap-ux/logger": "0.6.0",
"@sap-ux/project-access": "1.29.1",
"@sap-ux/project-access": "1.29.2",
"@sap-ux/store": "1.0.0",

@@ -46,3 +46,3 @@ "@sap-ux/ui5-config": "0.26.1"

"nock": "13.4.0",
"@sap-ux/preview-middleware": "0.17.1"
"@sap-ux/preview-middleware": "0.17.3"
},

@@ -49,0 +49,0 @@ "engines": {

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