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

@vue/devtools

Package Overview
Dependencies
Maintainers
5
Versions
154
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vue/devtools - npm Package Compare versions

Comparing version 7.0.13 to 7.0.14

dist/hook.js

4

dist/index.d.ts

@@ -70,3 +70,3 @@ import * as vue from 'vue';

getComponentInstances(app: any): Promise<any[]>;
getVueInspector(): Promise<_vue_devtools_kit.VueInspector>;
getVueInspector(): Promise<_vue_devtools_kit.VueInspector | null>;
visitComponentTree(payload: {

@@ -339,3 +339,3 @@ componentInstance: _vue_devtools_schema_dist.VueAppInstance | undefined;

getComponentInstances(app: any): Promise<any[]>;
getVueInspector(): Promise<_vue_devtools_kit.VueInspector>;
getVueInspector(): Promise<_vue_devtools_kit.VueInspector | null>;
visitComponentTree(payload: {

@@ -342,0 +342,0 @@ componentInstance: _vue_devtools_schema_dist.VueAppInstance | undefined;

{
"name": "@vue/devtools",
"type": "module",
"version": "7.0.13",
"version": "7.0.14",
"author": "webfansplz",

@@ -14,9 +14,7 @@ "license": "MIT",

".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
},
"./hook": {
"types": "./dist/hook.d.ts",
"import": "./dist/hook.mjs",
"import": "./dist/hook.js",
"require": "./dist/hook.cjs"

@@ -26,4 +24,3 @@ }

"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"module": "./dist/index.js",
"bin": {

@@ -33,7 +30,8 @@ "vue-devtools": "./cli.mjs"

"files": [
"dist"
"dist",
"hook.d.ts"
],
"dependencies": {
"@vue/devtools-kit": "^7.0.13",
"@vue/devtools-electron": "^7.0.13"
"@vue/devtools-electron": "^7.0.14",
"@vue/devtools-kit": "^7.0.14"
},

@@ -40,0 +38,0 @@ "scripts": {

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