Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@module-federation/sdk

Package Overview
Dependencies
Maintainers
8
Versions
628
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@module-federation/sdk - npm Package Compare versions

Comparing version 0.0.0-next-20241008193502 to 0.0.0-next-20241009072306

5

dist/src/types/plugins/ContainerPlugin.d.ts

@@ -41,2 +41,6 @@ /**

export type EntryRuntime = false | string;
/**
* Enable Data Prefetch
*/
export type DataPrefetch = boolean;
export interface ContainerPluginOptions {

@@ -74,2 +78,3 @@ /**

};
dataPrefetch?: DataPrefetch;
}

@@ -76,0 +81,0 @@ /**

2

package.json
{
"name": "@module-federation/sdk",
"version": "0.0.0-next-20241008193502",
"version": "0.0.0-next-20241009072306",
"license": "MIT",

@@ -5,0 +5,0 @@ "description": "A sdk for support module federation",

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