Socket
Socket
Sign inDemoInstall

@vue/devtools-api

Package Overview
Dependencies
Maintainers
4
Versions
109
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.3 to 6.0.0-beta.4

2

lib/cjs/api/hooks.d.ts

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

componentInstance: ComponentInstance;
componentTreeData: ComponentTreeNode;
componentTreeData: ComponentTreeNode[];
maxDepth: number;

@@ -50,0 +50,0 @@ filter: string;

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

app: App;
packageName?: string;
homepage?: string;
componentStateTypes?: string[];
}
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.3",
"version": "6.0.0-beta.4",
"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