Socket
Socket
Sign inDemoInstall

@unocss/vite

Package Overview
Dependencies
214
Maintainers
1
Versions
353
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.59.0-beta.1 to 0.59.0

28

package.json
{
"name": "@unocss/vite",
"type": "module",
"version": "0.59.0-beta.1",
"version": "0.59.0",
"description": "The Vite plugin for UnoCSS",

@@ -36,3 +36,11 @@ "author": "Anthony Fu <anthonyfu117@hotmail.com>",

"module": "dist/index.mjs",
"types": "dist/index.d.mts",
"types": "dist/index.d.ts",
"typesVersions": {
"*": {
"*": [
"./dist/*",
"./*"
]
}
},
"files": [

@@ -49,12 +57,12 @@ "dist"

"fast-glob": "^3.3.2",
"magic-string": "^0.30.8",
"@unocss/config": "0.59.0-beta.1",
"@unocss/inspector": "0.59.0-beta.1",
"@unocss/core": "0.59.0-beta.1",
"@unocss/transformer-directives": "0.59.0-beta.1",
"@unocss/scope": "0.59.0-beta.1"
"magic-string": "^0.30.9",
"@unocss/config": "0.59.0",
"@unocss/inspector": "0.59.0",
"@unocss/core": "0.59.0",
"@unocss/scope": "0.59.0",
"@unocss/transformer-directives": "0.59.0"
},
"devDependencies": {
"vite": "^5.2.7",
"@unocss/shared-integration": "0.59.0-beta.1"
"vite": "^5.2.8",
"@unocss/shared-integration": "0.59.0"
},

@@ -61,0 +69,0 @@ "scripts": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc