Socket
Socket
Sign inDemoInstall

@module-federation/manifest

Package Overview
Dependencies
Maintainers
8
Versions
394
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-20240225063605 to 0.0.0-next-20240225073543

1

dist/src/ManifestManager.d.ts

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

init(options: moduleFederationPlugin.ModuleFederationPluginOptions): void;
get fileName(): string;
generateManifest(options: GenerateManifestOptions): void;
}
export { ManifestManager };

@@ -13,2 +13,3 @@ import { StatsBuildInfo, Stats, moduleFederationPlugin } from '@module-federation/sdk';

get buildInfo(): StatsBuildInfo;
get fileName(): string;
private _getMetaData;

@@ -15,0 +16,0 @@ private _getFilteredModules;

6

package.json
{
"name": "@module-federation/manifest",
"version": "0.0.0-next-20240225063605",
"version": "0.0.0-next-20240225073543",
"license": "MIT",

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

"chalk": "3.0.0",
"@module-federation/sdk": "0.0.0-next-20240225063605",
"@module-federation/managers": "0.0.0-next-20240225063605"
"@module-federation/sdk": "0.0.0-next-20240225073543",
"@module-federation/managers": "0.0.0-next-20240225073543"
},

@@ -31,0 +31,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