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

vite-plugin-vue-devtools

Package Overview
Dependencies
Maintainers
1
Versions
156
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vite-plugin-vue-devtools - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

dist/client/assets/__inspecting-1d8af17f.js

4

package.json
{
"name": "vite-plugin-vue-devtools",
"version": "0.0.3",
"version": "0.0.4",
"packageManager": "pnpm@8.4.0",

@@ -63,3 +63,3 @@ "description": "A vite plugin for Vue Devtools",

"vite-hot-client": "^0.2.1",
"vite-plugin-inspect": "^0.7.25",
"vite-plugin-inspect": "^0.7.26",
"vite-plugin-vue-inspector": "^3.4.1",

@@ -66,0 +66,0 @@ "vue-router": "^4.1.6"

@@ -12,6 +12,11 @@ <p align="center">

<!-- <a href="https://www.npmjs.com/package/vite-plugin-vue-devtools" target="_blank" rel="noopener noreferrer"><img src="https://badgen.net/npm/dt/vite-plugin-vue-devtools" alt="NPM Downloads" /></a> -->
<a href="https://github.com/webfansplz/vite-plugin-vue-devtools/blob/main/LICENSE" target="_blank" rel="noopener noreferrer"><img src="https://badgen.net/github/license/webfansplz/vite-plugin-vue-devtools" alt="License" /></a>
<!-- <a href="https://github.com/webfansplz/vite-plugin-vue-devtools/blob/main/LICENSE" target="_blank" rel="noopener noreferrer"><img src="https://badgen.net/github/license/webfansplz/vite-plugin-vue-devtools" alt="License" /></a> -->
</p>
<p align="center">
<a href="https://github.com/webfansplz/vite-plugin-vue-devtools/discussions/1">💡 Ideas & Suggestions</a> |
<a href="https://github.com/webfansplz/vite-plugin-vue-devtools/discussions/2">🗺️ Project Roadmap</a>
</p>
<p align="center">
<a href="https://stackblitz.com/edit/vitejs-vite-oxbwzk?embed=1&file=vite.config.ts&view=preview"><img src="https://developer.stackblitz.com/img/open_in_stackblitz.svg" alt=""></a>

@@ -25,7 +30,4 @@ </p>

<!-- <p>
<a href="https://github.com/webfansplz/vite-plugin-vue-devtools/discussions/1">💡 Ideas & Suggestions</a> |
<a href="https://github.com/webfansplz/vite-plugin-vue-devtools/discussions/2">🗺️ Project Roadmap</a> |
</p> -->
## 🎉 Features

@@ -104,7 +106,7 @@

import { defineConfig } from 'vite'
import VueDevtools from 'vite-plugin-vue-devtools'
import VueDevTools from 'vite-plugin-vue-devtools'
export default defineConfig({
plugins: [
VueDevtools(),
VueDevTools(),
vue(),

@@ -133,6 +135,12 @@ ],

## 📖 Blog Post
- [Introducing Vue DevTools (Vite Plugin)](https://gist.github.com/webfansplz/bc90a773a0dd474a34e043ab2d2a37a4)
## 🌸 Credits
- This project is highly inspired by [nuxt/devtools](https://github.com/nuxt/devtools). Kudos to Anthony Fu for the awesome work!
- This project is highly inspired by [nuxt/devtools](https://github.com/nuxt/devtools). Kudos to Anthony Fu and Nuxt team for the awesome work!
- [vuejs/devtools](https://github.com/vuejs/devtools)
## 📄 License

@@ -139,0 +147,0 @@

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