Socket
Socket
Sign inDemoInstall

@vue/devtools-core

Package Overview
Dependencies
Maintainers
1
Versions
53
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.0-beta.1 to 7.3.0-beta.2

2

dist/index.d.ts

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

editInspectorState(payload: DevToolsV6PluginAPIHookPayloads[DevToolsV6PluginAPIHookKeys.EDIT_INSPECTOR_STATE]): Promise<void>;
sendInspectorState(id: string): void;
inspectComponentInspector(): Promise<string>;

@@ -75,2 +76,3 @@ cancelInspectComponentInspector(): void;

logo: string;
icon: string;
packageName: string | undefined;

@@ -77,0 +79,0 @@ homepage: string | undefined;

@@ -292,2 +292,5 @@ // src/client.ts

},
sendInspectorState(id) {
return devtools.ctx.api.sendInspectorState(id);
},
inspectComponentInspector() {

@@ -294,0 +297,0 @@ return devtools.ctx.api.inspectComponentInspector();

6

package.json
{
"name": "@vue/devtools-core",
"type": "module",
"version": "7.3.0-beta.1",
"version": "7.3.0-beta.2",
"author": "webfansplz",

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

"vite-hot-client": "^0.2.3",
"@vue/devtools-kit": "^7.3.0-beta.1",
"@vue/devtools-shared": "^7.3.0-beta.1"
"@vue/devtools-kit": "^7.3.0-beta.2",
"@vue/devtools-shared": "^7.3.0-beta.2"
},

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

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