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

@module-federation/runtime

Package Overview
Dependencies
Maintainers
8
Versions
657
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@module-federation/runtime - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

2

dist/package.json
{
"name": "@module-federation/runtime",
"version": "0.0.4",
"version": "0.0.5",
"author": "zhouxiao <codingzx@gmail.com>",

@@ -5,0 +5,0 @@ "main": "./index.cjs.js",

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

function isPureRemoteEntry(remote) {
return remote.entry.endsWith('.js');
return !remote.entry.includes('.json') && remote.entry.includes('.js');
}

@@ -172,3 +172,3 @@ // eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types

Global.__FEDERATION__.__DEBUG_CONSTRUCTOR__ = FederationConstructor;
Global.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = '0.0.4';
Global.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = '0.0.5';
}

@@ -175,0 +175,0 @@ }

@@ -44,3 +44,3 @@ function getBuilderId() {

function isPureRemoteEntry(remote) {
return remote.entry.endsWith('.js');
return !remote.entry.includes('.json') && remote.entry.includes('.js');
}

@@ -170,3 +170,3 @@ // eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types

Global.__FEDERATION__.__DEBUG_CONSTRUCTOR__ = FederationConstructor;
Global.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = '0.0.4';
Global.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = '0.0.5';
}

@@ -173,0 +173,0 @@ }

{
"name": "@module-federation/runtime",
"version": "0.0.4",
"version": "0.0.5",
"author": "zhouxiao <codingzx@gmail.com>",

@@ -48,4 +48,4 @@ "main": "./dist/index.cjs",

"dependencies": {
"@module-federation/sdk": "0.0.4"
"@module-federation/sdk": "0.0.5"
}
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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