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

@softarc/native-federation

Package Overview
Dependencies
Maintainers
0
Versions
34
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.14 to 2.0.15

4

package.json
{
"name": "@softarc/native-federation",
"version": "2.0.14",
"version": "2.0.15",
"type": "commonjs",

@@ -9,3 +9,3 @@ "license": "MIT",

"npmlog": "^6.0.2",
"@softarc/native-federation-runtime": "2.0.14"
"@softarc/native-federation-runtime": "2.0.15"
},

@@ -12,0 +12,0 @@ "main": "./src/index.js",

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

function getDefaultPlatform(cur) {
if (default_server_deps_list_1.DEFAULT_SERVER_DEPS_SET.has(cur)) {
if (default_server_deps_list_1.DEFAULT_SERVER_DEPS_LIST.find(e => cur.startsWith(e))) {
return 'node';

@@ -68,0 +68,0 @@ }

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

if (entryPoints.length > 0) {
logger_1.logger.info('Preparing shared npm packages');
logger_1.logger.info('Preparing shared npm packages for the platform ' + platform);
logger_1.logger.notice('This only needs to be done once, as results are cached');

@@ -49,0 +49,0 @@ logger_1.logger.notice("Skip packages you don't want to share in your federation config");

Sorry, the diff of this file is not supported yet

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