New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@vue/devtools-kit

Package Overview
Dependencies
Maintainers
1
Versions
72
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.6.4 to 7.6.5

42

dist/index.d.ts

@@ -852,7 +852,2 @@ import { ComponentInternalInstance, ComponentOptions, SuspenseBoundary, App as App$1, VNode } from 'vue';

declare const UNDEFINED = "__vue_devtool_undefined__";
declare const INFINITY = "__vue_devtool_infinity__";
declare const NEGATIVE_INFINITY = "__vue_devtool_negative_infinity__";
declare const NAN = "__vue_devtool_nan__";
interface ComponentBoundingRect {

@@ -959,18 +954,2 @@ left: number;

declare function getInspectorStateValueType(value: any, raw?: boolean): string;
declare function formatInspectorStateValue(value: any, quotes?: boolean, options?: {
customClass?: Partial<Record<'string', string>>;
}): any;
declare function getRaw(value: InspectorState['value']): {
value: object | string | number | boolean | null;
inherit: Record<string, any> | {
abstract: true;
};
customType?: customTypeEnums;
};
declare function toEdit(value: unknown, customType?: customTypeEnums): string;
declare function toSubmit(value: string, customType?: customTypeEnums): any;
declare function isPlainObject(obj: unknown): obj is object;
interface ComponentHighLighterOptions {

@@ -993,2 +972,23 @@ bounds: ComponentBoundingRect;

declare const UNDEFINED = "__vue_devtool_undefined__";
declare const INFINITY = "__vue_devtool_infinity__";
declare const NEGATIVE_INFINITY = "__vue_devtool_negative_infinity__";
declare const NAN = "__vue_devtool_nan__";
declare function getInspectorStateValueType(value: any, raw?: boolean): string;
declare function formatInspectorStateValue(value: any, quotes?: boolean, options?: {
customClass?: Partial<Record<'string', string>>;
}): any;
declare function getRaw(value: InspectorState['value']): {
value: object | string | number | boolean | null;
inherit: Record<string, any> | {
abstract: true;
};
customType?: customTypeEnums;
};
declare function toEdit(value: unknown, customType?: customTypeEnums): string;
declare function toSubmit(value: string, customType?: customTypeEnums): any;
declare function isPlainObject(obj: unknown): obj is object;
declare function updateDevToolsClientDetected(params: Record<string, boolean>): void;

@@ -995,0 +995,0 @@

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

@@ -32,8 +32,8 @@ "license": "MIT",

"superjson": "^2.2.1",
"@vue/devtools-shared": "^7.6.4"
"@vue/devtools-shared": "^7.6.5"
},
"devDependencies": {
"@types/speakingurl": "^13.0.6",
"vue": "^3.5.12",
"vue-router": "^4.4.5"
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},

@@ -40,0 +40,0 @@ "scripts": {

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 too big to display

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