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
120
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.2.1 to 6.3.0

1

lib/esm/api/component.d.ts

@@ -18,2 +18,3 @@ import type { InspectorNodeTag } from './api.js';

tags: InspectorNodeTag[];
autoOpen: boolean;
meta?: any;

@@ -20,0 +21,0 @@ }

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

filter: string;
recursively: boolean;
};

@@ -58,0 +59,0 @@ [Hooks.VISIT_COMPONENT_TREE]: {

2

package.json
{
"name": "@vue/devtools-api",
"version": "6.2.1",
"version": "6.3.0",
"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