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

@module-federation/bridge-shared

Package Overview
Dependencies
Maintainers
0
Versions
365
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@module-federation/bridge-shared - npm Package Compare versions

Comparing version 0.0.0-next-20240818132231 to 0.0.0-next-20240819022441

8

CHANGELOG.md
# @module-federation/bridge-shared
## 0.0.0-next-20240818132231
## 0.0.0-next-20240819022441
### Patch Changes
- 49d6135: feat(@module-federation/bridge): enhance Bridge capabilities and fix some issues
## 0.4.0
## 0.3.5

@@ -12,0 +6,0 @@

4

dist/type.d.ts
export interface ProviderParams {
moduleName?: string;
name?: string;
basename?: string;

@@ -7,4 +7,2 @@ memoryRoute?: {

};
style?: React.CSSProperties;
className?: string;
}

@@ -11,0 +9,0 @@ export interface RenderFnParams extends ProviderParams {

{
"name": "@module-federation/bridge-shared",
"version": "0.0.0-next-20240818132231",
"version": "0.0.0-next-20240819022441",
"publishConfig": {

@@ -5,0 +5,0 @@ "access": "public"

export interface ProviderParams {
moduleName?: string;
name?: string;
basename?: string;
memoryRoute?: { entryPath: string };
style?: React.CSSProperties;
className?: string;
}

@@ -8,0 +6,0 @@

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