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

vite-plugin-inspect

Package Overview
Dependencies
Maintainers
1
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vite-plugin-inspect - npm Package Compare versions

Comparing version 0.7.19 to 0.7.20

dist/client/assets/index-40d24cde.js

6

dist/index.d.ts

@@ -14,3 +14,7 @@ import { Plugin } from 'vite';

id: string;
plugins: string[];
plugins: {
name: string;
transform?: number;
resolveId?: number;
}[];
deps: string[];

@@ -17,0 +21,0 @@ virtual: boolean;

6

package.json
{
"name": "vite-plugin-inspect",
"version": "0.7.19",
"version": "0.7.20",
"packageManager": "pnpm@8.1.1",

@@ -56,6 +56,8 @@ "description": "Inspect the intermediate state of Vite plugins",

"debug": "^4.3.4",
"echarts": "^5.4.2",
"fs-extra": "^11.1.1",
"kolorist": "^1.7.0",
"sirv": "^2.0.2",
"ufo": "^1.1.1"
"ufo": "^1.1.1",
"vue-echarts": "^6.5.4"
},

@@ -62,0 +64,0 @@ "devDependencies": {

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