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
598
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-20240326102030 to 0.0.0-next-20240330232226

3

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

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

"@module-federation/sdk": "workspace:*",
"@module-federation/dts-kit": "workspace:*",
"@module-federation/managers": "workspace:*",

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

import { Chunk, Compilation, StatsCompilation, StatsModule } from 'webpack';
import { StatsAssets, moduleFederationPlugin, MetaDataTypes } 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, {

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

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

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

"chalk": "3.0.0",
"@module-federation/sdk": "0.0.0-next-20240326102030",
"@module-federation/dts-kit": "0.0.0-next-20240326102030",
"@module-federation/managers": "0.0.0-next-20240326102030"
"@module-federation/sdk": "0.0.0-next-20240330232226",
"@module-federation/managers": "0.0.0-next-20240330232226"
},

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