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

@softarc/native-federation

Package Overview
Dependencies
Maintainers
2
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@softarc/native-federation - npm Package Compare versions

Comparing version 2.0.0 to 2.0.2

4

package.json
{
"name": "@softarc/native-federation",
"version": "2.0.0",
"version": "2.0.2",
"type": "commonjs",
"dependencies": {
"@softarc/native-federation-runtime": "2.0.0",
"@softarc/native-federation-runtime": "2.0.2",
"json5": "^2.2.0",

@@ -8,0 +8,0 @@ "npmlog": "^6.0.2",

@@ -9,2 +9,3 @@ "use strict";

const logger_1 = require("../utils/logger");
const normalize_1 = require("../utils/normalize");
function bundleExposedAndMappings(config, fedOptions, externals) {

@@ -50,3 +51,3 @@ return tslib_1.__awaiter(this, void 0, void 0, function* () {

: {
entryPoint: path_1.default.normalize(item.fileName),
entryPoint: (0, normalize_1.normalize)(path_1.default.normalize(item.fileName)),
},

@@ -63,3 +64,3 @@ });

: {
entryPoint: item.fileName,
entryPoint: (0, normalize_1.normalize)(path_1.default.join(fedOptions.workspaceRoot, item.fileName)),
},

@@ -75,3 +76,3 @@ });

for (const key in config.exposes) {
const localPath = path_1.default.normalize(path_1.default.join(options.workspaceRoot, config.exposes[key]));
const localPath = (0, normalize_1.normalize)(path_1.default.normalize(path_1.default.join(options.workspaceRoot, config.exposes[key])));
result.push({

@@ -103,3 +104,3 @@ key,

: {
entryPoint: path_1.default.normalize(m.path),
entryPoint: (0, normalize_1.normalize)(path_1.default.normalize(m.path)),
},

@@ -106,0 +107,0 @@ });

Sorry, the diff of this file is not supported yet

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