New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@module-federation/bridge-react

Package Overview
Dependencies
Maintainers
0
Versions
397
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-20250208115611 to 0.0.0-next-20250214035103

src/provider/compat.ts

17

CHANGELOG.md
# @module-federation/bridge-react
## 0.0.0-next-20250208115611
## 0.0.0-next-20250214035103
### Patch Changes
- c3387db: fix: the bridge-react package was failing when used with React 16 due to missing react-dom/client module
- @module-federation/sdk@0.0.0-next-20250208115611
- @module-federation/bridge-shared@0.0.0-next-20250208115611
- 4ef21d2: chore: adjust bridge-react to structure directory
- Updated dependencies [cb463da]
- @module-federation/sdk@0.0.0-next-20250214035103
- @module-federation/bridge-shared@0.0.0-next-20250214035103
## 0.8.11
### Patch Changes
- 646314d: fix: the bridge-react package was failing when used with React 16 due to missing react-dom/client module
- @module-federation/sdk@0.8.11
- @module-federation/bridge-shared@0.8.11
## 0.8.10

@@ -12,0 +21,0 @@

@@ -215,3 +215,3 @@ "use strict";

};
RemoteApp2["__APP_VERSION__"] = "0.8.10";
RemoteApp2["__APP_VERSION__"] = "0.8.11";
return /* @__PURE__ */ React.createElement(RemoteApp2, null);

@@ -218,0 +218,0 @@ });

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

};
RemoteApp2["__APP_VERSION__"] = "0.8.10";
RemoteApp2["__APP_VERSION__"] = "0.8.11";
return /* @__PURE__ */ React__default.createElement(RemoteApp2, null);

@@ -199,0 +199,0 @@ });

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

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

"react-error-boundary": "^4.1.2",
"@module-federation/bridge-shared": "0.0.0-next-20250208115611",
"@module-federation/sdk": "0.0.0-next-20250208115611"
"@module-federation/bridge-shared": "0.0.0-next-20250214035103",
"@module-federation/sdk": "0.0.0-next-20250214035103"
},

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

"vite-plugin-dts": "^4.3.0",
"@module-federation/runtime": "0.0.0-next-20250208115611"
"@module-federation/runtime": "0.0.0-next-20250214035103"
},

@@ -75,0 +75,0 @@ "scripts": {

@@ -1,3 +0,3 @@

export { createRemoteComponent } from './create';
export { createBridgeComponent } from './provider';
export { createRemoteComponent } from './remote/create';
export { createBridgeComponent } from './provider/create';
export type {

@@ -4,0 +4,0 @@ ProviderParams,

@@ -24,6 +24,6 @@ import { defineConfig } from 'vite';

index: path.resolve(__dirname, 'src/index.ts'),
plugin: path.resolve(__dirname, 'src/plugin.ts'),
router: path.resolve(__dirname, 'src/router.tsx'),
'router-v5': path.resolve(__dirname, 'src/router-v5.tsx'),
'router-v6': path.resolve(__dirname, 'src/router-v6.tsx'),
plugin: path.resolve(__dirname, 'src/provider/plugin.ts'),
router: path.resolve(__dirname, 'src/router/default.tsx'),
'router-v5': path.resolve(__dirname, 'src/router/v5.tsx'),
'router-v6': path.resolve(__dirname, 'src/router/v6.tsx'),
},

@@ -30,0 +30,0 @@ formats: ['cjs', 'es'],

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