New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@module-federation/enhanced

Package Overview
Dependencies
Maintainers
8
Versions
715
Alerts
File Explorer

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-20240111135630 to 0.0.0-next-20240112063447

13

dist/src/lib/container/runtime/FederationRuntimePlugin.js

@@ -141,16 +141,7 @@ "use strict";

}
if (Array.isArray(compiler.options.resolve.alias)) {
return;
}
compiler.options.resolve.alias = {
...compiler.options.resolve.alias,
'@module-federation/runtime$': runtimePath,
'@module-federation/runtime-tools$': this.options?.implementation || RuntimeToolsPath,
};
if (!compiler.options.resolve.alias['@module-federation/runtime$']) {
compiler.options.resolve.alias['@module-federation/runtime$'] =
runtimePath;
}
if (!compiler.options.resolve.alias['@module-federation/runtime-tools$']) {
compiler.options.resolve.alias['@module-federation/runtime-tools$'] =
this.options?.implementation || RuntimeToolsPath;
}
}

@@ -157,0 +148,0 @@ apply(compiler) {

8

package.json
{
"name": "@module-federation/enhanced",
"version": "0.0.0-next-20240111135630",
"version": "0.0.0-next-20240112063447",
"main": "./dist/src/index.js",

@@ -30,8 +30,8 @@ "types": "./dist/src/index.d.ts",

"devDependencies": {
"@module-federation/webpack-bundler-runtime": "0.0.0-next-20240111135630"
"@module-federation/webpack-bundler-runtime": "0.0.0-next-20240112063447"
},
"dependencies": {
"@module-federation/sdk": "0.0.0-next-20240111135630",
"@module-federation/runtime-tools": "0.0.0-next-20240111135630"
"@module-federation/sdk": "0.0.0-next-20240112063447",
"@module-federation/runtime-tools": "0.0.0-next-20240112063447"
}
}

Sorry, the diff of this file is not supported yet

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