Socket
Socket
Sign inDemoInstall

vue-component-analyzer

Package Overview
Dependencies
50
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.1 to 0.1.2

3

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

@@ -31,2 +31,3 @@ "scripts": {

"devDependencies": {
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"eslint": "^5.12.0",

@@ -33,0 +34,0 @@ "eslint-config-vusion": "^3.0.1",

@@ -47,3 +47,5 @@ const fs = require('fs-extra');

content,
babelResult: babel.transform(content),
babelResult: babel.transform(content, {
plugins: ['syntax-dynamic-import'],
}),
isVue,

@@ -50,0 +52,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