Socket
Socket
Sign inDemoInstall

@module-federation/webpack-bundler-runtime

Package Overview
Dependencies
Maintainers
8
Versions
516
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-20240911025149 to 0.0.0-next-20240911025819

5

dist/index.cjs.js

@@ -318,7 +318,2 @@ 'use strict';

// @ts-ignore
if (typeof webpackRequire.federation.prefetch === 'function') {
// @ts-ignore
webpackRequire.federation.prefetch();
}
// @ts-ignore
return webpackRequire.I(name, initScope);

@@ -325,0 +320,0 @@ }

@@ -296,7 +296,2 @@ import * as runtime from '@module-federation/runtime';

// @ts-ignore
if (typeof webpackRequire.federation.prefetch === 'function') {
// @ts-ignore
webpackRequire.federation.prefetch();
}
// @ts-ignore
return webpackRequire.I(name, initScope);

@@ -303,0 +298,0 @@ }

2

dist/package.json
{
"public": true,
"name": "@module-federation/webpack-bundler-runtime",
"version": "0.6.1",
"version": "0.6.2",
"license": "MIT",

@@ -6,0 +6,0 @@ "description": "Module Federation Runtime for webpack",

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

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

"dependencies": {
"@module-federation/sdk": "0.0.0-next-20240911025149",
"@module-federation/runtime": "0.0.0-next-20240911025149"
"@module-federation/sdk": "0.0.0-next-20240911025819",
"@module-federation/runtime": "0.0.0-next-20240911025819"
},

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

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