@vue/devtools-kit
Advanced tools
Comparing version 7.3.7 to 7.3.8
@@ -33,2 +33,3 @@ import { App as App$1, ComponentInternalInstance, ComponentOptions, SuspenseBoundary, VNode } from 'vue'; | ||
column?: number; | ||
host?: string; | ||
} | ||
@@ -791,3 +792,3 @@ declare function setOpenInEditorBaseUrl(url: string): void; | ||
interface RouterInfo { | ||
currentRoute: RouteLocationNormalizedLoaded | null | {}; | ||
currentRoute: RouteLocationNormalizedLoaded | null | Record<string, any>; | ||
routes: RouteRecordNormalized[]; | ||
@@ -996,3 +997,3 @@ } | ||
value: object | string | number | boolean | null; | ||
inherit: {} | { | ||
inherit: Record<string, any> | { | ||
abstract: true; | ||
@@ -1013,3 +1014,3 @@ }; | ||
declare function isPlainObject(obj: unknown): boolean; | ||
declare function isPlainObject(obj: unknown): obj is object; | ||
@@ -1016,0 +1017,0 @@ declare const devtools: { |
{ | ||
"name": "@vue/devtools-kit", | ||
"type": "module", | ||
"version": "7.3.7", | ||
"version": "7.3.8", | ||
"author": "webfansplz", | ||
@@ -32,8 +32,8 @@ "license": "MIT", | ||
"superjson": "^2.2.1", | ||
"@vue/devtools-shared": "^7.3.7" | ||
"@vue/devtools-shared": "^7.3.8" | ||
}, | ||
"devDependencies": { | ||
"@types/speakingurl": "^13.0.6", | ||
"vue": "^3.4.31", | ||
"vue-router": "^4.4.0" | ||
"vue": "^3.4.37", | ||
"vue-router": "^4.4.3" | ||
}, | ||
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
479259
13244
2
Updated@vue/devtools-shared@^7.3.8