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

@sap-ux/project-access

Package Overview
Dependencies
Maintainers
3
Versions
126
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sap-ux/project-access - npm Package Compare versions

Comparing version 1.5.1 to 1.6.0

2

dist/project/search.js

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

if (adpPath && (yield (0, file_1.fileExists)((0, path_1.join)(adpPath, constants_1.FileName.AdaptationConfig)))) {
results.push({ appRoot: (0, path_1.dirname)(adpPath) });
results.push({ appRoot: (0, path_1.dirname)(adpPath), manifestAppdescrVariantPath: manifestAppDescrVar });
}

@@ -278,0 +278,0 @@ }

@@ -38,2 +38,6 @@ import type { Manifest } from '../webapp';

appRoot: string;
/**
* Path to manifest.appdescr_variant
*/
manifestAppdescrVariantPath: string;
}

@@ -40,0 +44,0 @@ /**

{
"name": "@sap-ux/project-access",
"version": "1.5.1",
"version": "1.6.0",
"description": "Library to access SAP Fiori tools projects",

@@ -5,0 +5,0 @@ "repository": {

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