Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vue/devtools-kit

Package Overview
Dependencies
Maintainers
1
Versions
65
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.3.7 to 7.3.8

7

dist/index.d.ts

@@ -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

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