You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

easyflow-v3

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

easyflow-v3 - npm Package Compare versions

Comparing version

to
1.0.7

2

package.json
{
"name": "easyflow-v3",
"version": "1.0.6",
"version": "1.0.7",
"description": "正式版本",

@@ -5,0 +5,0 @@ "main": "/src/index.js",

@@ -6,6 +6,6 @@ import Panel from "easyflow-v3/src/components/ef/panel.vue";

import * as ElementPlusIconsVue from '@element-plus/icons-vue'
let easyflowV3={

@@ -35,2 +35,6 @@ install : function (Vue, options) {

Vue.component('M-ShowFlow', ShowFlow)
for (const [key, component] of Object.entries(ElementPlusIconsVue)) {
Vue.component(key, component)
}
}

@@ -37,0 +41,0 @@ }