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

@vue/devtools-shared

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-shared - npm Package Compare versions

Comparing version 7.0.10 to 7.0.11

6

dist/index.d.ts

@@ -21,2 +21,6 @@ declare const isBrowser: boolean;

declare function randomStr(): string;
declare function isObject<T extends object>(value: any): value is T;
declare function isArray<T>(value: any): value is T[];
declare function isSet<T>(value: any): value is Set<T>;
declare function isMap<K, V>(value: any): value is Map<K, V>;

@@ -28,2 +32,2 @@ declare const VIEW_MODE_STORAGE_KEY = "__vue-devtools-view-mode__";

export { BROADCAST_CHANNEL_NAME, NOOP, VIEW_MODE_STORAGE_KEY, VITE_PLUGIN_CLIENT_URL_STORAGE_KEY, VITE_PLUGIN_DETECTED_STORAGE_KEY, basename, camelize, classify, deepClone, isBrowser, isInChromePanel, isInElectron, isInIframe, isMacOS, isNumeric, kebabize, randomStr, sortByKey, target };
export { BROADCAST_CHANNEL_NAME, NOOP, VIEW_MODE_STORAGE_KEY, VITE_PLUGIN_CLIENT_URL_STORAGE_KEY, VITE_PLUGIN_DETECTED_STORAGE_KEY, basename, camelize, classify, deepClone, isArray, isBrowser, isInChromePanel, isInElectron, isInIframe, isMacOS, isMap, isNumeric, isObject, isSet, kebabize, randomStr, sortByKey, target };

4

package.json
{
"name": "@vue/devtools-shared",
"type": "module",
"version": "7.0.10",
"version": "7.0.11",
"author": "webfansplz",

@@ -23,3 +23,3 @@ "license": "MIT",

"devDependencies": {
"@types/node": "^20.10.6"
"@types/node": "^20.11.5"
},

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