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

@module-federation/webpack-bundler-runtime

Package Overview
Dependencies
Maintainers
8
Versions
709
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-next-20240115064607 to 0.0.0-next-20240117093010

1

dist/index.cjs.js

@@ -297,2 +297,3 @@ 'use strict';

federationInstance.initShareScopeMap(name, shareScope);
webpackRequire.S[name] = shareScope;
if (webpackRequire.federation.attachShareScopeMap) {

@@ -299,0 +300,0 @@ webpackRequire.federation.attachShareScopeMap(webpackRequire);

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

federationInstance.initShareScopeMap(name, shareScope);
webpackRequire.S[name] = shareScope;
if (webpackRequire.federation.attachShareScopeMap) {

@@ -277,0 +278,0 @@ webpackRequire.federation.attachShareScopeMap(webpackRequire);

6

package.json
{
"public": true,
"name": "@module-federation/webpack-bundler-runtime",
"version": "0.0.0-next-20240115064607",
"version": "0.0.0-next-20240117093010",
"license": "MIT",

@@ -23,4 +23,4 @@ "description": "Module Federation Runtime for webpack",

"dependencies": {
"@module-federation/runtime": "0.0.0-next-20240115064607",
"@module-federation/sdk": "0.0.0-next-20240115064607"
"@module-federation/runtime": "0.0.0-next-20240117093010",
"@module-federation/sdk": "0.0.0-next-20240117093010"
},

@@ -27,0 +27,0 @@ "exports": {

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