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.0.12 to 7.0.13

dist/types-ebIxW6MM.d.cts

14

dist/index.d.ts
import { ViteHotContext } from 'vite-hot-client';
import { V as ViteRPCFunctions, A as AssetInfo, I as ImageMeta, M as ModuleInfo } from './types-tkbzNLZA.js';
export { b as AssetEntry, a as AssetType, C as CodeSnippet } from './types-tkbzNLZA.js';
import { V as ViteRPCFunctions, A as AssetInfo, I as ImageMeta, M as ModuleInfo } from './types-ebIxW6MM.js';
export { b as AssetEntry, a as AssetType, C as CodeSnippet } from './types-ebIxW6MM.js';
import { ToggleComponentInspectorOptions, ScrollToComponentOptions, InspectorStateEditorPayload, CustomTab, CustomCommand, InspectorNodeTag, InspectorState, RouterInfo, TimelineEvent, OpenInEditorOptions } from '@vue/devtools-kit';

@@ -79,5 +79,8 @@ import * as mitt from 'mitt';

declare function setupViteRPCClient(ctx: ViteHotContext | undefined): BirpcReturn<ViteRPCFunctions, unknown>;
interface SetupViteRPCClientOptions {
moduleUpdated?: () => void;
}
declare function setupViteRPCClient(ctx: ViteHotContext | undefined, options?: SetupViteRPCClientOptions): BirpcReturn<ViteRPCFunctions, unknown>;
declare function setupViteRPCServer(ws: WebSocketServer, functions: ViteRPCFunctions): Promise<BirpcGroupReturn<ViteRPCFunctions>>;
declare function setupViteRPCServer(ws: WebSocketServer, functions: ViteRPCFunctions): BirpcGroupReturn<ViteRPCFunctions>;

@@ -213,2 +216,3 @@ interface DevToolsPluginOptions {

static getGraph(): Promise<ModuleInfo[]>;
static graphModuleUpdated(fn: Function): () => void;
}

@@ -258,2 +262,2 @@

export { AssetInfo, Bridge, BridgeEvents, type BridgeInstanceType, type DevToolsPluginOptions, BridgeRpc$1 as DevToolsRpc, type DevtoolsBridgeAppRecord, HandShakeClient, HandShakeEvents, HandShakeServer, ImageMeta, ModuleInfo, BridgeRpc as UserAppRpc, ViteRPCFunctions, createDevToolsVuePlugin, getDevToolsClientUrl, prepareInjection, registerBridgeRpc, setDevToolsClientUrl, setupViteRPCClient, setupViteRPCServer, useDevToolsBridge, useDevToolsBridgeRpc, useDevToolsState };
export { AssetInfo, Bridge, BridgeEvents, type BridgeInstanceType, type DevToolsPluginOptions, BridgeRpc$1 as DevToolsRpc, type DevtoolsBridgeAppRecord, HandShakeClient, HandShakeEvents, HandShakeServer, ImageMeta, ModuleInfo, type SetupViteRPCClientOptions, BridgeRpc as UserAppRpc, ViteRPCFunctions, createDevToolsVuePlugin, getDevToolsClientUrl, prepareInjection, registerBridgeRpc, setDevToolsClientUrl, setupViteRPCClient, setupViteRPCServer, useDevToolsBridge, useDevToolsBridgeRpc, useDevToolsState };

@@ -1,3 +0,4 @@

import { A as AssetInfo, I as ImageMeta, M as ModuleInfo } from '../types-tkbzNLZA.js';
import { A as AssetInfo, I as ImageMeta, V as ViteRPCFunctions, M as ModuleInfo } from '../types-ebIxW6MM.js';
import { ViteInspectAPI } from 'vite-plugin-inspect';
import { BirpcGroupReturn } from 'birpc';

@@ -16,7 +17,10 @@ interface SetupAssetsOptions {

rpc: ViteInspectAPI['rpc'];
server: any;
getRpcServer: () => BirpcGroupReturn<ViteRPCFunctions>;
}
declare function setupGraphRPC(options: SetupGraphOptions): {
getGraph(): Promise<ModuleInfo[]>;
moduleUpdated: () => void;
};
export { type SetupGraphOptions, setupAssetsRPC, setupGraphRPC };
{
"name": "@vue/devtools-core",
"type": "module",
"version": "7.0.12",
"version": "7.0.13",
"author": "webfansplz",

@@ -30,8 +30,9 @@ "license": "MIT",

"pathe": "^1.1.2",
"perfect-debounce": "^1.0.0",
"vite-dev-rpc": "^0.1.4",
"vite-hot-client": "^0.2.3",
"vite-plugin-inspect": "^0.8.2",
"@vue/devtools-shared": "^7.0.12",
"@vue/devtools-schema": "^7.0.12",
"@vue/devtools-kit": "^7.0.12"
"vite-plugin-inspect": "^0.8.3",
"@vue/devtools-kit": "^7.0.13",
"@vue/devtools-schema": "^7.0.13",
"@vue/devtools-shared": "^7.0.13"
},

@@ -38,0 +39,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

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