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

@vue/devtools-api

Package Overview
Dependencies
Maintainers
4
Versions
121
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vue/devtools-api - npm Package Compare versions

Comparing version 6.0.0-beta.9 to 6.0.0-beta.10

5

lib/cjs/api/component.d.ts
import { InspectorNodeTag } from './api';
import { ID } from './util';
export declare type ComponentInstance = any;
export interface ComponentTreeNode {
uid: number | string;
uid: ID;
id: string;
name: string;
renderKey: string;
renderKey: string | number;
inactive: boolean;

@@ -9,0 +10,0 @@ isFragment: boolean;

@@ -55,2 +55,3 @@ import { ComponentTreeNode, InspectedComponentData, ComponentInstance, ComponentDevtoolsOptions } from './component';

[Hooks.VISIT_COMPONENT_TREE]: {
app: App;
componentInstance: ComponentInstance;

@@ -65,2 +66,3 @@ treeNode: ComponentTreeNode;

[Hooks.INSPECT_COMPONENT]: {
app: App;
componentInstance: ComponentInstance;

@@ -90,5 +92,8 @@ instanceData: InspectedComponentData;

[Hooks.EDIT_COMPONENT_STATE]: {
app: App;
componentInstance: ComponentInstance;
path: string[];
type: string;
state: EditStatePayload;
set: (object: any, path: string | (string[]), value: any, cb?: (object: any, field: string, value: any) => void) => void;
};

@@ -95,0 +100,0 @@ [Hooks.GET_COMPONENT_DEVTOOLS_OPTIONS]: {

1

lib/cjs/index.d.ts

@@ -11,4 +11,5 @@ import { DevtoolsPluginApi, App } from './api';

logo?: string;
disableAppScope?: boolean;
}
export declare type SetupFunction = (api: DevtoolsPluginApi) => void;
export declare function setupDevtoolsPlugin(pluginDescriptor: PluginDescriptor, setupFn: SetupFunction): void;
{
"name": "@vue/devtools-api",
"version": "6.0.0-beta.9",
"version": "6.0.0-beta.10",
"description": "Interact with the Vue devtools from the page",

@@ -5,0 +5,0 @@ "main": "lib/cjs/index.js",

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