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
595
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-20240301081856 to 0.0.0-next-20240307075509

6

dist/src/utils.d.ts
import { Chunk, Compilation, StatsCompilation, StatsModule } from 'webpack';
import { StatsAssets } from '@module-federation/sdk';
import { StatsAssets, moduleFederationPlugin } from '@module-federation/sdk';
export declare function getAssetsByChunkIDs(compilation: Compilation, chunkIDMap: Record<string, Set<string | number>>): Record<string, {

@@ -14,1 +14,5 @@ js: string[];

export declare function getFileNameWithOutExt(str: string): string;
export declare function getFileName(manifestOptions?: moduleFederationPlugin.ModuleFederationPluginOptions['manifest']): {
statsFileName: string;
manifestFileName: string;
};

6

package.json
{
"name": "@module-federation/manifest",
"version": "0.0.0-next-20240301081856",
"version": "0.0.0-next-20240307075509",
"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-20240301081856",
"@module-federation/managers": "0.0.0-next-20240301081856"
"@module-federation/sdk": "0.0.0-next-20240307075509",
"@module-federation/managers": "0.0.0-next-20240307075509"
},

@@ -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