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

to
0.1.2

3

dist/package.json
{
"name": "@module-federation/manifest",
"version": "0.1.1",
"version": "0.1.2",
"license": "MIT",

@@ -26,2 +26,3 @@ "description": "Provide manifest/stats for webpack/rspack MF project .",

"@module-federation/sdk": "workspace:*",
"@module-federation/native-federation-typescript": "workspace:*",
"@module-federation/managers": "workspace:*",

@@ -28,0 +29,0 @@ "find-pkg": "2.0.0",

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

@@ -18,1 +18,2 @@ js: string[];

};
export declare function getTypesMetaInfo(pluginOptions: moduleFederationPlugin.ModuleFederationPluginOptions, context: string): MetaDataTypes;
{
"name": "@module-federation/manifest",
"version": "0.1.1",
"version": "0.1.2",
"license": "MIT",

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

"chalk": "3.0.0",
"@module-federation/sdk": "0.1.1",
"@module-federation/managers": "0.1.1"
"@module-federation/sdk": "0.1.2",
"@module-federation/native-federation-typescript": "0.1.2",
"@module-federation/managers": "0.1.2"
},

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