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

@module-federation/bridge-react

Package Overview
Dependencies
Maintainers
0
Versions
297
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.0.0-next-20241106110902 to 0.0.0-next-20241107071851

8

CHANGELOG.md
# @module-federation/bridge-react
## 0.0.0-next-20241106110902
## 0.0.0-next-20241107071851

@@ -11,5 +11,5 @@ ### Patch Changes

- Updated dependencies [3082116]
- @module-federation/runtime@0.0.0-next-20241106110902
- @module-federation/sdk@0.0.0-next-20241106110902
- @module-federation/bridge-shared@0.0.0-next-20241106110902
- @module-federation/runtime@0.0.0-next-20241107071851
- @module-federation/sdk@0.0.0-next-20241107071851
- @module-federation/bridge-shared@0.0.0-next-20241107071851

@@ -16,0 +16,0 @@ ## 0.7.0

@@ -9,6 +9,6 @@ import { ComponentType } from 'react';

declare type BridgeHooks = {
beforeBridgeRender?: (params: RenderFnParams) => any;
afterBridgeRender?: (params: RenderFnParams) => any;
beforeBridgeDestroy?: (params: DestroyParams) => any;
afterBridgeDestroy?: (params: DestroyParams) => any;
beforeBridgeRender?: (params: RenderFnParams) => void | Record<string, any>;
afterBridgeRender?: (params: RenderFnParams) => void | Record<string, any>;
beforeBridgeDestroy?: (params: DestroyParams) => void | Record<string, any>;
afterBridgeDestroy?: (params: DestroyParams) => void | Record<string, any>;
};

@@ -15,0 +15,0 @@

{
"name": "@module-federation/bridge-react",
"version": "0.0.0-next-20241106110902",
"version": "0.0.0-next-20241107071851",
"publishConfig": {

@@ -44,4 +44,4 @@ "access": "public"

"react-error-boundary": "^4.0.13",
"@module-federation/bridge-shared": "0.0.0-next-20241106110902",
"@module-federation/sdk": "0.0.0-next-20241106110902"
"@module-federation/bridge-shared": "0.0.0-next-20241107071851",
"@module-federation/sdk": "0.0.0-next-20241107071851"
},

@@ -52,3 +52,3 @@ "peerDependencies": {

"react-router-dom": ">=4",
"@module-federation/runtime": "0.0.0-next-20241106110902"
"@module-federation/runtime": "0.0.0-next-20241107071851"
},

@@ -55,0 +55,0 @@ "devDependencies": {

Sorry, the diff of this file is not supported yet

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