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
148
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.48.4 to 0.48.5

8

package.json
{
"name": "@unocss/astro",
"version": "0.48.4",
"version": "0.48.5",
"description": "UnoCSS integration for Astro",

@@ -40,5 +40,5 @@ "author": "Anthony Fu <anthonyfu117@hotmail.com>",

"dependencies": {
"@unocss/core": "0.48.4",
"@unocss/reset": "0.48.4",
"@unocss/vite": "0.48.4"
"@unocss/core": "0.48.5",
"@unocss/reset": "0.48.5",
"@unocss/vite": "0.48.5"
},

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

@@ -13,7 +13,7 @@ # @unocss/astro

// astro.config.ts
import Unocss from 'unocss/astro'
import UnoCSS from 'unocss/astro'
export default {
integrations: [
Unocss({ /* options */ }),
UnoCSS({ /* options */ }),
],

@@ -34,7 +34,7 @@ }

// astro.config.mjs
import Unocss from '@unocss/astro'
import UnoCSS from '@unocss/astro'
export default {
integrations: [
Unocss({
UnoCSS({
presets: [

@@ -41,0 +41,0 @@ /* no presets by default */

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