Socket
Socket
Sign inDemoInstall

@module-federation/sdk

Package Overview
Dependencies
Maintainers
8
Versions
520
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-20240822063818 to 0.0.0-next-20240822090000

2

dist/package.json
{
"name": "@module-federation/sdk",
"version": "0.5.0",
"version": "0.4.0",
"license": "MIT",

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

@@ -154,6 +154,2 @@ import type webpack from 'webpack';

/**
* load shared strategy(defaults to 'version-first').
*/
shareStrategy?: SharedStrategy;
/**
* Modules that should be shared in the share scope. When provided, property names are used to match requested modules in this compilation.

@@ -299,3 +295,2 @@ */

}
export type SharedStrategy = 'version-first' | 'loaded-first';
/**

@@ -330,6 +325,2 @@ * Advanced configuration for modules that should be shared in the share scope.

/**
* load shared strategy(defaults to 'version-first').
*/
shareStrategy?: SharedStrategy;
/**
* Allow only a single version of the shared module in share scope (disabled by default).

@@ -336,0 +327,0 @@ */

{
"name": "@module-federation/sdk",
"version": "0.0.0-next-20240822063818",
"version": "0.0.0-next-20240822090000",
"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