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

@vue/devtools-kit

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vue/devtools-kit - npm Package Compare versions

Comparing version 7.0.8 to 7.0.9

12

dist/index.d.ts

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

tooltipText?: string;
value?: string;
value?: string | InspectorCustomState;
stateTypeName?: string;

@@ -55,3 +55,3 @@ fields?: {

key: string;
value: string | number | Record<string, unknown> | InspectorCustomState | Array<unknown>;
value: string | number | boolean | null | Record<string, unknown> | InspectorCustomState | Array<unknown>;
type: string;

@@ -360,2 +360,5 @@ stateType?: string;

openInEditor(payload: OpenInEditorOptions): void;
highlightElement(instance: any): void;
unhighlightElement(): void;
getComponentInstances(app: any): Promise<any[]>;
getVueInspector(): Promise<VueInspector>;

@@ -383,6 +386,3 @@ visitComponentTree(payload: Parameters<DevToolsEvent[DevToolsEvents.VISIT_COMPONENT_TREE]>[0]): void;

declare function formatInspectorStateValue(value: any, quotes?: boolean): any;
declare function getRawValue(value: InspectorState['value']): {
value: string | number | Record<string, unknown> | unknown[] | InspectorCustomState;
inherit: {};
};
declare function getRawValue(value: InspectorState['value']): any;

@@ -389,0 +389,0 @@ declare function stringify<T extends object = Record<string, unknown>>(data: T): string | string[];

{
"name": "@vue/devtools-kit",
"type": "module",
"version": "7.0.8",
"version": "7.0.9",
"author": "webfansplz",

@@ -24,4 +24,4 @@ "license": "MIT",

"speakingurl": "^14.0.1",
"@vue/devtools-schema": "^7.0.8",
"@vue/devtools-shared": "^7.0.8"
"@vue/devtools-shared": "^7.0.9",
"@vue/devtools-schema": "^7.0.9"
},

@@ -28,0 +28,0 @@ "devDependencies": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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