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
620
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-20240918080432 to 0.0.0-next-20240919023345

3

dist/index.cjs.js

@@ -317,5 +317,2 @@ 'use strict';

}
if (typeof webpackRequire.federation.prefetch === 'function') {
webpackRequire.federation.prefetch();
}
// @ts-ignore

@@ -322,0 +319,0 @@ return webpackRequire.I(name, initScope);

@@ -295,5 +295,2 @@ import * as runtime from '@module-federation/runtime';

}
if (typeof webpackRequire.federation.prefetch === 'function') {
webpackRequire.federation.prefetch();
}
// @ts-ignore

@@ -300,0 +297,0 @@ return webpackRequire.I(name, initScope);

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

hasAttachShareScopeMap?: boolean;
prefetch?: () => void;
}
export {};

8

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

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

"dependencies": {
"@module-federation/runtime": "0.0.0-next-20240918080432",
"@module-federation/sdk": "0.0.0-next-20240918080432"
"@module-federation/runtime": "0.0.0-next-20240919023345",
"@module-federation/sdk": "0.0.0-next-20240919023345"
},

@@ -53,4 +53,4 @@ "exports": {

"devDependencies": {
"@module-federation/runtime": "0.0.0-next-20240918080432"
"@module-federation/runtime": "0.0.0-next-20240919023345"
}
}
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