Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vue/devtools-core

Package Overview
Dependencies
Maintainers
0
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vue/devtools-core - npm Package Compare versions

Comparing version 7.3.4 to 7.3.5

41

dist/index.d.ts

@@ -5,3 +5,2 @@ import * as vue_router from 'vue-router';

import { ModuleNode } from 'vite';
import * as vue from 'vue';
import { App, Ref } from 'vue';

@@ -44,4 +43,4 @@

};
getInspectorTree(payload: Pick<DevToolsV6PluginAPIHookPayloads[DevToolsV6PluginAPIHookKeys.GET_INSPECTOR_TREE], 'inspectorId' | 'filter'>): Promise<string>;
getInspectorState(payload: Pick<DevToolsV6PluginAPIHookPayloads[DevToolsV6PluginAPIHookKeys.GET_INSPECTOR_STATE], 'inspectorId' | 'nodeId'>): Promise<string>;
getInspectorTree(payload: Pick<DevToolsV6PluginAPIHookPayloads[DevToolsV6PluginAPIHookKeys.GET_INSPECTOR_TREE], "inspectorId" | "filter">): Promise<string>;
getInspectorState(payload: Pick<DevToolsV6PluginAPIHookPayloads[DevToolsV6PluginAPIHookKeys.GET_INSPECTOR_STATE], "inspectorId" | "nodeId">): Promise<string>;
editInspectorState(payload: DevToolsV6PluginAPIHookPayloads[DevToolsV6PluginAPIHookKeys.EDIT_INSPECTOR_STATE]): Promise<void>;

@@ -56,3 +55,3 @@ sendInspectorState(id: string): void;

icon: string;
tooltip?: string | undefined;
tooltip?: string;
action: (nodeId: string) => void | Promise<void>;

@@ -62,3 +61,3 @@ }[] | undefined;

icon: string;
tooltip?: string | undefined;
tooltip?: string;
action: () => void | Promise<void>;

@@ -197,3 +196,3 @@ }[] | undefined;

name: string;
icon?: string | undefined;
icon?: string;
title: string;

@@ -203,10 +202,8 @@ view: {

src: string;
persistent?: boolean | undefined;
persistent?: boolean;
} | {
type: "vnode";
vnode: globalThis.VNode<vue.RendererNode, vue.RendererElement, {
[key: string]: any;
}>;
vnode: globalThis.VNode;
};
category?: ("app" | "pinned" | "modules" | "advanced") | undefined;
category?: "app" | "pinned" | "modules" | "advanced";
}[]>;

@@ -216,5 +213,5 @@ commands: Ref<{

title: string;
description?: string | undefined;
order?: number | undefined;
icon?: string | undefined;
description?: string;
order?: number;
icon?: string;
action?: {

@@ -227,5 +224,5 @@ type: "url";

id: string;
icon?: string | undefined;
description?: string | undefined;
order?: number | undefined;
icon?: string;
description?: string;
order?: number;
action?: {

@@ -241,8 +238,8 @@ type: "url";

name: string;
app?: any;
version?: string | undefined;
types?: Record<string, string | symbol> | undefined;
app?: _vue_devtools_kit.App;
version?: string;
types?: Record<string, string | symbol>;
instanceMap: Map<string, any> & Omit<Map<string, any>, keyof Map<any, any>>;
rootInstance: any;
routerId?: string | undefined;
rootInstance: _vue_devtools_kit.VueAppInstance;
routerId?: string;
}[]>;

@@ -249,0 +246,0 @@ activeAppRecordId: Ref<string>;

{
"name": "@vue/devtools-core",
"type": "module",
"version": "7.3.4",
"version": "7.3.5",
"author": "webfansplz",

@@ -32,7 +32,7 @@ "license": "MIT",

"vite-hot-client": "^0.2.3",
"@vue/devtools-shared": "^7.3.4",
"@vue/devtools-kit": "^7.3.4"
"@vue/devtools-kit": "^7.3.5",
"@vue/devtools-shared": "^7.3.5"
},
"devDependencies": {
"vue": "^3.4.29"
"vue": "^3.4.31"
},

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