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
321
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-20241107071851 to 0.0.0-next-20241107072243

8

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

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

- Updated dependencies [3082116]
- @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
- @module-federation/runtime@0.0.0-next-20241107072243
- @module-federation/sdk@0.0.0-next-20241107072243
- @module-federation/bridge-shared@0.0.0-next-20241107072243

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

@@ -207,2 +207,3 @@ "use strict";

(_f = providerInfoRef.current) == null ? void 0 : _f.destroy({
moduleName,
dom: renderDom.current

@@ -209,0 +210,0 @@ });

@@ -32,2 +32,3 @@ import { ComponentType } from 'react';

declare type DestroyParams = {
moduleName: string;
dom: HTMLElement;

@@ -34,0 +35,0 @@ };

@@ -188,2 +188,3 @@ import * as React from "react";

(_f = providerInfoRef.current) == null ? void 0 : _f.destroy({
moduleName,
dom: renderDom.current

@@ -190,0 +191,0 @@ });

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

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

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

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

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

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

Sorry, the diff of this file is not supported yet

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