Socket
Socket
Sign inDemoInstall

unocss

Package Overview
Dependencies
Maintainers
1
Versions
366
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 0.8.1 to 0.9.0

4

dist/index.d.ts

@@ -1,2 +0,2 @@

import { UnocssPluginOptions } from '@unocss/vite';
import { UserConfig } from '@unocss/core';
export * from '@unocss/core';

@@ -7,4 +7,4 @@ export { default as presetUno } from '@unocss/preset-uno';

declare function defineConfig(config: UnocssPluginOptions): UnocssPluginOptions;
declare function defineConfig<Theme extends {}>(config: UserConfig<Theme>): UserConfig<Theme>;
export { defineConfig };

@@ -1,7 +0,7 @@

import { UnocssPluginOptions } from '@unocss/vite';
import { VitePluginOptions } from '@unocss/vite';
export * from '@unocss/vite';
import { Plugin } from 'vite';
declare function UnocssVitePlugin(configOrPath?: UnocssPluginOptions | string): Plugin[];
declare function UnocssVitePlugin(configOrPath?: VitePluginOptions | string): Plugin[];
export { UnocssVitePlugin as default };
{
"name": "unocss",
"version": "0.8.1",
"version": "0.9.0",
"description": "The instant on-demand Atomic CSS engine.",

@@ -43,9 +43,9 @@ "keywords": [

"dependencies": {
"@unocss/core": "0.8.1",
"@unocss/cli": "0.8.1",
"@unocss/reset": "0.8.1",
"@unocss/preset-icons": "0.8.1",
"@unocss/preset-attributify": "0.8.1",
"@unocss/preset-uno": "0.8.1",
"@unocss/vite": "0.8.1"
"@unocss/core": "0.9.0",
"@unocss/cli": "0.9.0",
"@unocss/reset": "0.9.0",
"@unocss/preset-icons": "0.9.0",
"@unocss/preset-attributify": "0.9.0",
"@unocss/preset-uno": "0.9.0",
"@unocss/vite": "0.9.0"
},

@@ -52,0 +52,0 @@ "engines": {

@@ -56,6 +56,4 @@ <br>

- Align with Tailwind - technically, UnoCSS is flexible enough to do that, but it's not a priority.
- A CSS preprocessor (e.g. `@apply`) - but you can use [shortcuts](#shortcuts).
- Tailwind's plugin system - but you can write custom rules in seconds and share them as presets!
- Integrations for Webpack or others - it's **Vite only** (at this moment)

@@ -92,2 +90,4 @@ ###### Disclaimer

See [all packages](https://github.com/antfu/unocss/tree/main/packages).
## Configurations

@@ -94,0 +94,0 @@

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