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

vue-luna

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-luna - npm Package Compare versions

Comparing version

to
1.0.3

4

index.js

@@ -8,6 +8,6 @@ #!/usr/bin/env node

const path = require('path')
const _envPath = process.cwd()
const _envPath = __dirname
//全局变量缓存数据
let result = {}
app.use(express.static(path.join(_envPath, './node_modules/vue-luna/dist')))
app.use(express.static(path.join(_envPath, 'dist')))
app.get('/getData', (req, res) => {

@@ -14,0 +14,0 @@ if(result.pages) {

{
"name": "vue-luna",
"version": "1.0.2",
"version": "1.0.3",
"description": "基于Echarts的Vue组件依赖关系分析工具",

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