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

vite-plugin-inspect

Package Overview
Dependencies
Maintainers
1
Versions
100
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.5.1 to 0.6.0

dist/client/assets/diff.worker.f7c818e8.js

67

package.json
{
"name": "vite-plugin-inspect",
"version": "0.5.1",
"version": "0.6.0",
"packageManager": "pnpm@7.5.0",
"description": "Inspect the intermediate state of Vite plugins",
"keywords": [
"vite-plugin"
],
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
"funding": "https://github.com/sponsors/antfu",
"homepage": "https://github.com/antfu/vite-plugin-inspect#readme",
"bugs": {
"url": "https://github.com/antfu/vite-plugin-inspect/issues"
},
"license": "MIT",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"repository": {

@@ -18,14 +14,19 @@ "type": "git",

},
"funding": "https://github.com/sponsors/antfu",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"bugs": {
"url": "https://github.com/antfu/vite-plugin-inspect/issues"
},
"keywords": [
"vite-plugin"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.cjs",
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"
"import": "./dist/index.mjs"
},
"./*": "./*"
},
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [

@@ -35,2 +36,5 @@ "dist",

],
"engines": {
"node": ">=14"
},
"scripts": {

@@ -48,3 +52,3 @@ "build": "rimraf dist && run-s build:*",

"peerDependencies": {
"vite": "^2.9.0 || ^3.0.0-0"
"vite": "^3.0.0"
},

@@ -56,3 +60,3 @@ "dependencies": {

"sirv": "^2.0.2",
"ufo": "^0.8.4"
"ufo": "^0.8.5"
},

@@ -63,3 +67,3 @@ "devDependencies": {

"@antfu/utils": "^0.5.2",
"@iconify/json": "^2.1.69",
"@iconify/json": "^2.1.77",
"@types/codemirror": "^5.60.5",

@@ -69,7 +73,7 @@ "@types/debug": "^4.1.7",

"@types/fs-extra": "^9.0.13",
"@types/node": "^18.0.0",
"@vitejs/plugin-vue": "^2.3.3",
"@types/node": "^18.0.4",
"@vitejs/plugin-vue": "^3.0.0",
"@vue/compiler-sfc": "^3.2.37",
"@vueuse/core": "^8.7.5",
"@vueuse/router": "^8.7.5",
"@vueuse/core": "^8.9.2",
"@vueuse/router": "^8.9.2",
"bumpp": "^8.2.1",

@@ -80,26 +84,23 @@ "codemirror": "^5.65.2",

"diff-match-patch": "^1.0.5",
"eslint": "^8.18.0",
"eslint": "^8.19.0",
"esno": "^0.16.3",
"fuse.js": "^6.6.2",
"npm-run-all": "^4.1.5",
"prism-theme-vars": "^0.2.3",
"prism-theme-vars": "^0.2.4",
"rimraf": "^3.0.2",
"typescript": "^4.7.4",
"unbuild": "^0.7.4",
"unocss": "^0.42.0",
"unocss": "^0.44.2",
"unplugin-auto-import": "^0.9.2",
"unplugin-icons": "^0.14.6",
"unplugin-vue-components": "^0.20.1",
"unplugin-icons": "^0.14.7",
"unplugin-vue-components": "^0.21.1",
"vis-data": "7.1.4",
"vis-network": "9.1.2",
"vite": "^2.9.13",
"vite": "^3.0.0",
"vite-dev-rpc": "^0.1.0",
"vite-hot-client": "^0.1.0",
"vite-plugin-pages": "^0.24.3",
"vite-plugin-pages": "^0.25.0",
"vue": "^3.2.37",
"vue-router": "^4.0.16"
},
"engines": {
"node": ">=14"
"vue-router": "^4.1.2"
}
}

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