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
0
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-20240903075658 to 0.0.0-next-20240903212627

8

CHANGELOG.md
# @module-federation/bridge-vue3
## 0.0.0-next-20240903075658
## 0.0.0-next-20240903212627
### Patch Changes
- 3082116: feat: support module isolated reported
- Updated dependencies [3082116]
- Updated dependencies [813680f]
- @module-federation/runtime@0.0.0-next-20240903075658
- @module-federation/bridge-shared@0.0.0-next-20240903075658
- @module-federation/bridge-shared@0.0.0-next-20240903212627

@@ -13,0 +9,0 @@ ## 0.6.0

{
"name": "@module-federation/bridge-vue3",
"author": "zhouxiao <codingzx@gmail.com>",
"version": "0.0.0-next-20240903075658",
"version": "0.0.0-next-20240903212627",
"publishConfig": {

@@ -26,7 +26,6 @@ "access": "public"

"vue": "=3",
"vue-router": "=3",
"@module-federation/runtime": "0.0.0-next-20240903075658"
"vue-router": "=3"
},
"dependencies": {
"@module-federation/bridge-shared": "0.0.0-next-20240903075658"
"@module-federation/bridge-shared": "0.0.0-next-20240903212627"
},

@@ -33,0 +32,0 @@ "devDependencies": {

import { defineAsyncComponent, h } from 'vue';
import { useRoute } from 'vue-router';
import RemoteApp from './remoteApp.jsx';
import { LoggerInstance } from './utils.js';
import { useRoute } from 'vue-router';

@@ -7,0 +6,0 @@ declare const __APP_VERSION__: string;

@@ -17,3 +17,2 @@ import * as Vue from 'vue';

rootMap.set(info.dom, app);
bridgeInfo?.renderLifecycle?.(info);
const appOptions = bridgeInfo.appOptions({

@@ -51,3 +50,2 @@ basename: info.basename,

const root = rootMap.get(info?.dom);
bridgeInfo?.destroyLifecycle?.(info);
root?.unmount();

@@ -54,0 +52,0 @@ },

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

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

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