Socket
Socket
Sign inDemoInstall

@module-federation/webpack-bundler-runtime

Package Overview
Dependencies
Maintainers
8
Versions
519
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@module-federation/webpack-bundler-runtime - npm Package Compare versions

Comparing version 0.0.0-canary-1702367824043 to 0.0.0-canary-1702454425761

2

index.cjs.js

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

webpackRequire.federation.instance.initShareScopeMap(name, shareScope);
var prevShareScope = webpackRequire.g.__FEDERATION__.__SHARE__["default"];
var prevShareScope = globalThis.__FEDERATION__.__SHARE__["default"];
if (prevShareScope) {

@@ -334,0 +334,0 @@ webpackRequire.federation.instance.initShareScopeMap(name, prevShareScope);

@@ -309,3 +309,3 @@ import * as runtime from '@module-federation/runtime';

webpackRequire.federation.instance.initShareScopeMap(name, shareScope);
var prevShareScope = webpackRequire.g.__FEDERATION__.__SHARE__["default"];
var prevShareScope = globalThis.__FEDERATION__.__SHARE__["default"];
if (prevShareScope) {

@@ -312,0 +312,0 @@ webpackRequire.federation.instance.initShareScopeMap(name, prevShareScope);

{
"public": true,
"name": "@module-federation/webpack-bundler-runtime",
"version": "0.0.0-canary-1702367824043",
"version": "0.0.0-canary-1702454425761",
"license": "MIT",

@@ -19,5 +19,5 @@ "description": "Module Federation Runtime for webpack",

"dependencies": {
"@module-federation/runtime": "0.0.0-canary-1702367824043"
"@module-federation/runtime": "0.0.0-canary-1702454425761"
},
"peerDependencies": {}
}

@@ -43,3 +43,2 @@ import * as runtime from '@module-federation/runtime';

federation: Federation;
g: typeof globalThis;
}

@@ -46,0 +45,0 @@ interface ShareInfo {

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