Huge News!Announcing our $40M Series B led by Abstract Ventures.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 1.0.0 to 1.0.1

5

index.js

@@ -6,6 +6,7 @@ const express = require('express')

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

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

2

package.json
{
"name": "vue-luna",
"version": "1.0.0",
"version": "1.0.1",
"description": "基于Echarts的Vue组件依赖关系分析工具",

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

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