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

@module-federation/manifest

Package Overview
Dependencies
Maintainers
8
Versions
602
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@module-federation/manifest - npm Package Compare versions

Comparing version 0.0.0-next-20240411125344 to 0.0.0-next-20240412091739

4

dist/src/ManifestManager.d.ts

@@ -8,2 +8,4 @@ import { Stats, Manifest, moduleFederationPlugin } from '@module-federation/sdk';

compiler: Compiler;
bundler: 'webpack' | 'rspack';
additionalData?: moduleFederationPlugin.PluginManifestOptions['additionalData'];
}

@@ -16,4 +18,4 @@ declare class ManifestManager {

get fileName(): string;
generateManifest(options: GenerateManifestOptions): void;
generateManifest(options: GenerateManifestOptions): Promise<void>;
}
export { ManifestManager };

@@ -9,2 +9,3 @@ import { Compiler, WebpackPluginInstance } from 'webpack';

private _enable;
private _bundler;
constructor(options: moduleFederationPlugin.ModuleFederationPluginOptions, { pluginVersion, bundler, }: {

@@ -11,0 +12,0 @@ pluginVersion: string;

{
"name": "@module-federation/manifest",
"version": "0.0.0-next-20240411125344",
"version": "0.0.0-next-20240412091739",
"license": "MIT",

@@ -27,5 +27,5 @@ "description": "Provide manifest/stats for webpack/rspack MF project .",

"chalk": "3.0.0",
"@module-federation/sdk": "0.0.0-next-20240411125344",
"@module-federation/dts-plugin": "0.0.0-next-20240411125344",
"@module-federation/managers": "0.0.0-next-20240411125344"
"@module-federation/sdk": "0.0.0-next-20240412091739",
"@module-federation/dts-plugin": "0.0.0-next-20240412091739",
"@module-federation/managers": "0.0.0-next-20240412091739"
},

@@ -32,0 +32,0 @@ "exports": {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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