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
342
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-20240731082143 to 0.0.0-next-20240731105745

6

CHANGELOG.md
# @module-federation/bridge-shared
## 0.0.0-next-20240731082143
## 0.0.0-next-20240731105745
### Patch Changes
- 67fa05b: feat(@module-federation/bridge): optimize @module-federation/bridge package
## 0.3.3

@@ -6,0 +10,0 @@

@@ -1,2 +0,4 @@

export interface ProviderParams {
import { default as React } from 'react';
export interface ProviderParams extends React.HTMLAttributes<HTMLDivElement> {
name?: string;

@@ -7,2 +9,5 @@ basename?: string;

};
props?: {
[key: string]: any;
};
}

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

2

package.json
{
"name": "@module-federation/bridge-shared",
"version": "0.0.0-next-20240731082143",
"version": "0.0.0-next-20240731105745",
"publishConfig": {

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

@@ -1,5 +0,9 @@

export interface ProviderParams {
import React from 'react';
export interface ProviderParams extends React.HTMLAttributes<HTMLDivElement> {
name?: string;
basename?: string;
memoryRoute?: { entryPath: string };
props?: {
[key: string]: any;
}
}

@@ -6,0 +10,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