Socket
Socket
Sign inDemoInstall

@tkskto/vue-component-analyzer

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tkskto/vue-component-analyzer - npm Package Compare versions

Comparing version 0.6.1 to 0.7.0

33

package.json
{
"name": "@tkskto/vue-component-analyzer",
"version": "0.6.1",
"version": "0.7.0",
"description": "Analyze dependency tree for Vue.js SFC (Single File Component)",

@@ -12,3 +12,5 @@ "type": "module",

"scripts": {
"dev": "tsc -p src/server/tsconfig.json -w",
"dev": "run-p dev:*",
"dev:typeScript": "tsc -p src/server/tsconfig.json -w",
"dev:rollup": "rollup --config -w",
"build": "tsc -p src/server/tsconfig.json && rollup --config",

@@ -50,6 +52,7 @@ "lint": "eslint -c .eslintrc.json src",

"dependencies": {
"@typescript-eslint/parser": "5.45.0",
"commander": "9.4.1",
"ejs": "3.1.8",
"express": "4.18.2",
"globby": "13.1.2",
"globby": "13.1.3",
"mkdirp": "1.0.4",

@@ -62,26 +65,26 @@ "opener": "1.5.2",

"@mitsue/eslint-config": "4.1.0",
"@rollup/plugin-commonjs": "23.0.3",
"@rollup/plugin-json": "5.0.2",
"@rollup/plugin-commonjs": "24.0.0",
"@rollup/plugin-json": "6.0.0",
"@rollup/plugin-node-resolve": "15.0.1",
"@rollup/plugin-terser": "0.2.1",
"@rollup/plugin-typescript": "10.0.1",
"@rollup/plugin-terser": "0.1.0",
"@types/ejs": "3.1.1",
"@types/express": "4.17.14",
"@types/jest": "29.2.3",
"@types/express": "4.17.15",
"@types/jest": "29.2.4",
"@types/mkdirp": "1.0.2",
"@types/node": "18.11.10",
"@types/node": "18.11.17",
"@types/opener": "1.4.0",
"@types/ws": "8.5.3",
"@typescript-eslint/eslint-plugin": "5.45.0",
"@typescript-eslint/parser": "5.45.0",
"eslint": "8.29.0",
"@typescript-eslint/eslint-plugin": "5.47.0",
"eslint": "8.30.0",
"husky": "8.0.2",
"jest": "29.3.1",
"lint-staged": "13.0.4",
"lint-staged": "13.1.0",
"npm-run-all": "^4.1.5",
"nyc": "15.1.0",
"rollup": "3.5.1",
"rollup": "3.8.1",
"rollup-plugin-license": "3.0.1",
"ts-jest": "29.0.3",
"ts-node": "10.9.1",
"typescript": "4.9.3"
"typescript": "4.9.4"
},

@@ -88,0 +91,0 @@ "lint-staged": {

Sorry, the diff of this file is not supported yet

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