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

@sap-ux/project-access

Package Overview
Dependencies
Maintainers
3
Versions
121
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.28.3 to 1.28.4

5

dist/library/helpers.js

@@ -108,3 +108,6 @@ "use strict";

const manifestPaths = await (0, file_1.findFiles)('manifest.json', lib.projectRoot, excludeFolders);
const libraryPaths = await (0, file_1.findFiles)('library.js', lib.projectRoot, excludeFolders);
const libraryPaths = [
...(await (0, file_1.findFiles)('library.js', lib.projectRoot, excludeFolders)),
...(await (0, file_1.findFiles)('library.ts', lib.projectRoot, excludeFolders))
];
for (const manifestPath of manifestPaths) {

@@ -111,0 +114,0 @@ const manifestFilePath = (0, path_1.join)(manifestPath, constants_2.FileName.Manifest);

2

package.json
{
"name": "@sap-ux/project-access",
"version": "1.28.3",
"version": "1.28.4",
"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