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.5.1 to 0.5.2

2

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

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

@@ -154,2 +154,6 @@ 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.

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

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

@@ -325,2 +330,6 @@ * 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).

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

{
"name": "@module-federation/sdk",
"version": "0.5.1",
"version": "0.5.2",
"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