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

@module-federation/runtime

Package Overview
Dependencies
Maintainers
7
Versions
616
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 1.0.0-canary.4 to 1.0.0-canary.5

6

package.json
{
"name": "@module-federation/runtime",
"version": "1.0.0-canary.4",
"version": "1.0.0-canary.5",
"author": "zhouxiao <codingzx@gmail.com>",

@@ -13,4 +13,4 @@ "main": "./index.cjs.js",

".": {
"import": "./index.cjs.js",
"require": "./index.esm.js"
"import": "./index.esm.js",
"require": "./index.cjs.js"
},

@@ -17,0 +17,0 @@ "./helpers": {

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

Global.__FEDERATION__.__DEBUG_CONSTRUCTOR__ = FederationConstructor;
Global.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = '1.0.0-canary.3';
Global.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = '1.0.0-canary.4';
}

@@ -190,0 +190,0 @@ }

@@ -185,3 +185,3 @@ function _extends() {

Global.__FEDERATION__.__DEBUG_CONSTRUCTOR__ = FederationConstructor;
Global.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = '1.0.0-canary.3';
Global.__FEDERATION__.__DEBUG_CONSTRUCTOR_VERSION__ = '1.0.0-canary.4';
}

@@ -188,0 +188,0 @@ }

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