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
0
Versions
125
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.9 to 1.28.10

6

dist/project/module-loader.js

@@ -91,4 +91,6 @@ "use strict";

await (0, promises_1.mkdir)(moduleDirectory, { recursive: true });
await (0, promises_1.writeFile)(modulePackagePath, '{}');
await (0, command_1.execNpmCommand)(['install', `${module}@${version}`], { cwd: moduleDirectory, logger });
await (0, command_1.execNpmCommand)(['install', '--prefix', moduleDirectory, `${module}@${version}`], {
cwd: moduleDirectory,
logger
});
}

@@ -95,0 +97,0 @@ return loadModuleFromProject(moduleDirectory, module);

{
"name": "@sap-ux/project-access",
"version": "1.28.9",
"version": "1.28.10",
"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