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
745
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-20240104103039 to 0.0.0-next-20240104103738

1

dist/src/wrapper/FederationRuntimePlugin.d.ts

@@ -6,4 +6,5 @@ import type { WebpackPluginInstance, Compiler } from 'webpack';

name: string;
entryFilePath: string;
constructor(options?: ModuleFederationPluginOptions);
apply(compiler: Compiler): void;
}

5

dist/src/wrapper/FederationRuntimePlugin.js

@@ -9,2 +9,3 @@ "use strict";

this.name = PLUGIN_NAME;
this.entryFilePath = '';
}

@@ -16,3 +17,5 @@ apply(compiler) {

.default;
new CoreFederationRuntimePlugin(this._options).apply(compiler);
const pluginInstance = new CoreFederationRuntimePlugin(this._options);
pluginInstance.apply(compiler);
this.entryFilePath = pluginInstance.entryFilePath;
}

@@ -19,0 +22,0 @@ }

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

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

"dependencies": {
"@module-federation/sdk": "0.0.0-next-20240104103039",
"@module-federation/runtime": "0.0.0-next-20240104103039",
"@module-federation/webpack-bundler-runtime": "0.0.0-next-20240104103039"
"@module-federation/sdk": "0.0.0-next-20240104103738",
"@module-federation/runtime": "0.0.0-next-20240104103738",
"@module-federation/webpack-bundler-runtime": "0.0.0-next-20240104103738"
}
}

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