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

@module-federation/bridge-vue3

Package Overview
Dependencies
Maintainers
7
Versions
372
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.0.0-next-20250126041131 to 0.0.0-next-20250126073514

10

CHANGELOG.md
# @module-federation/bridge-vue3
## 0.0.0-next-20250126041131
## 0.0.0-next-20250126073514
### Patch Changes
- 952c13a: fix(bridge-vue3): bridge-vue3 parameter lossing issue
- @module-federation/runtime@0.0.0-next-20250126041131
- @module-federation/sdk@0.0.0-next-20250126041131
- @module-federation/bridge-shared@0.0.0-next-20250126041131
- 952c13a: fix(vue3-bridge): bridge-vue3 parameter lossing issue
- @module-federation/runtime@0.0.0-next-20250126073514
- @module-federation/sdk@0.0.0-next-20250126073514
- @module-federation/bridge-shared@0.0.0-next-20250126073514

@@ -12,0 +12,0 @@ ## 0.8.9

@@ -10,3 +10,3 @@ {

},
"version": "0.0.0-next-20250126041131",
"version": "0.0.0-next-20250126073514",
"publishConfig": {

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

"dependencies": {
"@module-federation/bridge-shared": "0.0.0-next-20250126041131",
"@module-federation/sdk": "0.0.0-next-20250126041131",
"@module-federation/runtime": "0.0.0-next-20250126041131"
"@module-federation/bridge-shared": "0.0.0-next-20250126073514",
"@module-federation/sdk": "0.0.0-next-20250126073514",
"@module-federation/runtime": "0.0.0-next-20250126073514"
},

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

@@ -31,7 +31,6 @@ import * as Vue from 'vue';

LoggerInstance.debug(`createBridgeComponent render Info`, info);
const app = Vue.createApp(bridgeInfo.rootComponent);
const { moduleName, dom, basename, memoryRoute, ...propsInfo } = info;
const app = Vue.createApp(bridgeInfo.rootComponent, propsInfo);
rootMap.set(info.dom, app);
const { moduleName, dom, basename, memoryRoute, ...propsInfo } = info;
const beforeBridgeRenderRes =

@@ -38,0 +37,0 @@ await instance?.bridgeHook?.lifecycle?.beforeBridgeRender?.emit(info);

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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