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

@module-federation/enhanced

Package Overview
Dependencies
Maintainers
8
Versions
664
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-20240105113752 to 0.0.0-next-20240105121713

4

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

@@ -136,4 +136,4 @@ "use strict";

if (this.options?.implementation) {
runtimePath = require.resolve(this.options.implementation, {
paths: [RuntimeToolsPath],
runtimePath = require.resolve('@module-federation/runtime', {
paths: [this.options.implementation],
});

@@ -140,0 +140,0 @@ }

{
"name": "@module-federation/enhanced",
"version": "0.0.0-next-20240105113752",
"version": "0.0.0-next-20240105121713",
"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-20240105113752"
"@module-federation/webpack-bundler-runtime": "0.0.0-next-20240105121713"
},
"dependencies": {
"@module-federation/sdk": "0.0.0-next-20240105113752",
"@module-federation/runtime-tools": "0.0.0-next-20240105113752"
"@module-federation/sdk": "0.0.0-next-20240105121713",
"@module-federation/runtime-tools": "0.0.0-next-20240105121713"
}
}

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