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

@module-federation/enhanced

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@module-federation/enhanced - npm Package Compare versions

Comparing version 0.0.0-next-20241030074135 to 0.0.0-next-20241030095049

@@ -30,3 +30,4 @@ "use strict";

// Check whether react exists
if (node_fs_1.default.existsSync(reactPath)) {
if ((node_fs_1.default.existsSync(reactPath) && !this._options?.bridge) ||
!this._options.bridge?.disableAlias) {
new bridge_react_webpack_plugin_1.default({

@@ -33,0 +34,0 @@ moduleFederationOptions: this._options,

{
"name": "@module-federation/enhanced",
"version": "0.0.0-next-20241030074135",
"version": "0.0.0-next-20241030095049",
"main": "./dist/src/index.js",

@@ -80,3 +80,3 @@ "types": "./dist/src/index.d.ts",

"enhanced-resolve": "^5.0.0",
"@module-federation/webpack-bundler-runtime": "0.0.0-next-20241030074135"
"@module-federation/webpack-bundler-runtime": "0.0.0-next-20241030095049"
},

@@ -86,11 +86,11 @@ "dependencies": {

"btoa": "^1.2.1",
"@module-federation/sdk": "0.0.0-next-20241030074135",
"@module-federation/runtime-tools": "0.0.0-next-20241030074135",
"@module-federation/manifest": "0.0.0-next-20241030074135",
"@module-federation/managers": "0.0.0-next-20241030074135",
"@module-federation/dts-plugin": "0.0.0-next-20241030074135",
"@module-federation/rspack": "0.0.0-next-20241030074135",
"@module-federation/bridge-react-webpack-plugin": "0.0.0-next-20241030074135",
"@module-federation/data-prefetch": "0.0.0-next-20241030074135"
"@module-federation/sdk": "0.0.0-next-20241030095049",
"@module-federation/runtime-tools": "0.0.0-next-20241030095049",
"@module-federation/manifest": "0.0.0-next-20241030095049",
"@module-federation/managers": "0.0.0-next-20241030095049",
"@module-federation/dts-plugin": "0.0.0-next-20241030095049",
"@module-federation/rspack": "0.0.0-next-20241030095049",
"@module-federation/bridge-react-webpack-plugin": "0.0.0-next-20241030095049",
"@module-federation/data-prefetch": "0.0.0-next-20241030095049"
}
}

Sorry, the diff of this file is not supported yet