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

@module-federation/bridge-vue3

Package Overview
Dependencies
Maintainers
0
Versions
365
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.4.0 to 0.5.0

dist/index.cjs.js

8

CHANGELOG.md
# @module-federation/bridge-vue3
## 0.5.0
### Patch Changes
- 49d6135: feat(@module-federation/bridge): enhance Bridge capabilities and fix some issues
- Updated dependencies [49d6135]
- @module-federation/bridge-shared@0.5.0
## 0.4.0

@@ -4,0 +12,0 @@

18

package.json
{
"name": "@module-federation/bridge-vue3",
"author": "zhouxiao <codingzx@gmail.com>",
"version": "0.4.0",
"version": "0.5.0",
"publishConfig": {

@@ -9,5 +9,17 @@ "access": "public"

"type": "module",
"main": "./dist/index.umd.js",
"main": "./dist/index.cjs.js",
"module": "./dist/index.es.js",
"types": "./dist/index.d.ts",
"files": [
"dist/",
"src/",
"CHANGELOG.md",
"LICENSE",
"package.json",
"project.json",
"README.md",
"tsconfig.json",
"tsconfig.node.json",
"vite.config.ts"
],
"peerDependencies": {

@@ -18,3 +30,3 @@ "vue": "=3",

"dependencies": {
"@module-federation/bridge-shared": "0.4.0"
"@module-federation/bridge-shared": "0.5.0"
},

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

public/vite.svg
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