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

unocss

Package Overview
Dependencies
Maintainers
2
Versions
392
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unocss - npm Package Compare versions

Comparing version 65.5.0 to 66.0.0

dist/preset-wind3.d.mts

1

dist/index.d.ts

@@ -12,2 +12,3 @@ import { UserConfig } from '@unocss/core';

export { Theme as PresetWindTheme, default as presetWind } from '@unocss/preset-wind';
export { Theme as PresetWind3Theme, default as presetWind3 } from '@unocss/preset-wind3';
export { default as transformerAttributifyJsx } from '@unocss/transformer-attributify-jsx';

@@ -14,0 +15,0 @@ export { default as transformerCompileClass } from '@unocss/transformer-compile-class';

@@ -10,1 +10,2 @@ export * from '@unocss/preset-uno';

import '@unocss/preset-mini';
import '@unocss/preset-wind3';

45

package.json
{
"name": "unocss",
"type": "module",
"version": "65.5.0",
"version": "66.0.0",
"description": "The instant on-demand Atomic CSS engine.",

@@ -67,2 +67,6 @@ "author": "Anthony Fu <anthonyfu117@hotmail.com>",

},
"./preset-wind3": {
"types": "./dist/preset-wind3.d.mts",
"default": "./dist/preset-wind3.mjs"
},
"./vite": {

@@ -116,3 +120,3 @@ "types": "./dist/vite.d.mts",

"vite": "^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0",
"@unocss/webpack": "65.5.0"
"@unocss/webpack": "66.0.0"
},

@@ -128,23 +132,24 @@ "peerDependenciesMeta": {

"dependencies": {
"@unocss/astro": "65.5.0",
"@unocss/cli": "65.5.0",
"@unocss/core": "65.5.0",
"@unocss/postcss": "65.5.0",
"@unocss/preset-attributify": "65.5.0",
"@unocss/preset-mini": "65.5.0",
"@unocss/preset-icons": "65.5.0",
"@unocss/preset-typography": "65.5.0",
"@unocss/preset-tagify": "65.5.0",
"@unocss/preset-uno": "65.5.0",
"@unocss/transformer-attributify-jsx": "65.5.0",
"@unocss/preset-web-fonts": "65.5.0",
"@unocss/transformer-compile-class": "65.5.0",
"@unocss/transformer-directives": "65.5.0",
"@unocss/transformer-variant-group": "65.5.0",
"@unocss/preset-wind": "65.5.0",
"@unocss/vite": "65.5.0"
"@unocss/astro": "66.0.0",
"@unocss/preset-attributify": "66.0.0",
"@unocss/core": "66.0.0",
"@unocss/cli": "66.0.0",
"@unocss/postcss": "66.0.0",
"@unocss/preset-mini": "66.0.0",
"@unocss/preset-typography": "66.0.0",
"@unocss/preset-tagify": "66.0.0",
"@unocss/preset-icons": "66.0.0",
"@unocss/preset-uno": "66.0.0",
"@unocss/preset-web-fonts": "66.0.0",
"@unocss/preset-wind": "66.0.0",
"@unocss/preset-wind3": "66.0.0",
"@unocss/transformer-attributify-jsx": "66.0.0",
"@unocss/transformer-compile-class": "66.0.0",
"@unocss/transformer-directives": "66.0.0",
"@unocss/transformer-variant-group": "66.0.0",
"@unocss/vite": "66.0.0"
},
"devDependencies": {
"vite": "^6.1.0",
"@unocss/webpack": "65.5.0"
"@unocss/webpack": "66.0.0"
},

@@ -151,0 +156,0 @@ "scripts": {

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