Socket
Socket
Sign inDemoInstall

vue-component-analyzer

Package Overview
Dependencies
176
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.0 to 0.2.1

2

package.json
{
"name": "vue-component-analyzer",
"description": "Analyze dependencies, inheritance and some other useful info of Vue components in static code.",
"version": "0.2.0",
"version": "0.2.1",
"author": "Rainfore <rainforest92@126.com>",

@@ -6,0 +6,0 @@ "scripts": {

@@ -43,4 +43,5 @@ const fs = require('fs-extra');

}
const result = babel.transform(content, {
ast: true,
const ast = babel.parse(content, {
configFile: false,
presets: ['@babel/preset-env'],
plugins: [

@@ -54,3 +55,3 @@ '@babel/plugin-syntax-dynamic-import',

content,
babelResult: result,
babelResult: { ast },
isVue,

@@ -57,0 +58,0 @@ });

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc