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

@unocss/astro

Package Overview
Dependencies
Maintainers
1
Versions
147
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@unocss/astro - npm Package Compare versions

Comparing version 0.58.9 to 0.59.0-beta.1

16

package.json
{
"name": "@unocss/astro",
"version": "0.58.9",
"type": "module",
"version": "0.59.0-beta.1",
"description": "UnoCSS integration for Astro",

@@ -28,8 +29,7 @@ "author": "Anthony Fu <anthonyfu117@hotmail.com>",

".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"
}
},
"main": "./dist/index.cjs",
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",

@@ -49,5 +49,5 @@ "types": "./dist/index.d.ts",

"dependencies": {
"@unocss/reset": "0.58.9",
"@unocss/core": "0.58.9",
"@unocss/vite": "0.58.9"
"@unocss/reset": "0.59.0-beta.1",
"@unocss/core": "0.59.0-beta.1",
"@unocss/vite": "0.59.0-beta.1"
},

@@ -54,0 +54,0 @@ "devDependencies": {

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