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

@unocss/preset-wind

Package Overview
Dependencies
Maintainers
1
Versions
306
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@unocss/preset-wind - npm Package Compare versions

Comparing version 0.30.8 to 0.30.10

8

dist/index.d.ts

@@ -13,8 +13,8 @@ import * as _unocss_core from '@unocss/core';

declare const variants: (options: UnoOptions) => Variant<Theme>[];
declare const variants: (options: PresetWindOptions) => Variant<Theme>[];
interface UnoOptions extends PresetMiniOptions {
interface PresetWindOptions extends PresetMiniOptions {
}
declare const presetWind: (options?: UnoOptions) => Preset<Theme>;
declare const presetWind: (options?: PresetWindOptions) => Preset<Theme>;
export { UnoOptions, presetWind as default, presetWind, rules, shortcuts, theme, variants };
export { PresetWindOptions, presetWind as default, presetWind, rules, shortcuts, theme, variants };
{
"name": "@unocss/preset-wind",
"version": "0.30.8",
"version": "0.30.10",
"description": "Tailwind / Windi CSS compact preset for UnoCSS",

@@ -38,4 +38,4 @@ "keywords": [

"dependencies": {
"@unocss/core": "0.30.8",
"@unocss/preset-mini": "0.30.8"
"@unocss/core": "0.30.10",
"@unocss/preset-mini": "0.30.10"
},

@@ -42,0 +42,0 @@ "scripts": {

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