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
717
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-20240105131424 to 0.0.0-next-20240105144747

3

dist/index.cjs.js

@@ -192,3 +192,4 @@ 'use strict';

var initFn = function(module) {
return module && module.init && module.init(webpackRequire.S[shareScopeName], initScope);
return module && module.init && // @ts-ignore compat legacy mf shared behavior
module.init(webpackRequire.S[shareScopeName], initScope);
};

@@ -195,0 +196,0 @@ if (module.then) return promises.push(module.then(initFn, handleError));

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

var initFn = function(module) {
return module && module.init && module.init(webpackRequire.S[shareScopeName], initScope);
return module && module.init && // @ts-ignore compat legacy mf shared behavior
module.init(webpackRequire.S[shareScopeName], initScope);
};

@@ -173,0 +174,0 @@ if (module.then) return promises.push(module.then(initFn, handleError));

{
"public": true,
"name": "@module-federation/webpack-bundler-runtime",
"version": "0.0.0-next-20240105131424",
"version": "0.0.0-next-20240105144747",
"license": "MIT",

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

"dependencies": {
"@module-federation/runtime": "0.0.0-next-20240105131424",
"@module-federation/sdk": "0.0.0-next-20240105131424"
"@module-federation/runtime": "0.0.0-next-20240105144747",
"@module-federation/sdk": "0.0.0-next-20240105144747"
},

@@ -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