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

@unocss/preset-uno

Package Overview
Dependencies
Maintainers
2
Versions
391
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@unocss/preset-uno - npm Package Compare versions

Comparing version 65.5.0 to 66.0.0

2

dist/colors.d.ts

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

export * from '@unocss/preset-mini/colors';
export * from '@unocss/preset-wind3/colors';
import * as _unocss_core from '@unocss/core';
import { Theme, PresetMiniOptions } from '@unocss/preset-mini';
export { Theme } from '@unocss/preset-mini';
import { Theme, PresetWind3Options } from '@unocss/preset-wind3';
export { Theme } from '@unocss/preset-wind3';
interface PresetUnoOptions extends PresetMiniOptions {
interface PresetUnoOptions extends PresetWind3Options {
}
/**
* The default UnoCSS preset, provide Tailwind-like utilities with some additional features.
*
* @see https://unocss.dev/presets/uno
* @deprecated Use `presetWind3` from `@unocss/preset-wind3` instead
*/

@@ -12,0 +10,0 @@ declare const presetUno: _unocss_core.PresetFactory<Theme, PresetUnoOptions>;

@@ -1,3 +0,3 @@

export * from '@unocss/preset-mini/theme';
import '@unocss/rule-utils';
import '@unocss/preset-mini/colors';
export * from '@unocss/preset-wind3/theme';
import '@unocss/preset-wind3/utils';
import '@unocss/preset-wind3/colors';

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

export * from '@unocss/rule-utils';
export * from '@unocss/preset-wind3/utils';
{
"name": "@unocss/preset-uno",
"type": "module",
"version": "65.5.0",
"description": "The default preset for UnoCSS",
"version": "66.0.0",
"description": "Deprecated, renamed to `@unocss/preset-wind3`",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",

@@ -12,4 +12,4 @@ "license": "MIT",

"type": "git",
"url": "git+https://github.com/unocss/unocss",
"directory": "packages-presets/preset-uno"
"url": "https://github.com/unocss/unocss",
"directory": "packages-deprecated/preset-uno"
},

@@ -59,6 +59,4 @@ "bugs": {

"dependencies": {
"@unocss/preset-mini": "65.5.0",
"@unocss/preset-wind": "65.5.0",
"@unocss/core": "65.5.0",
"@unocss/rule-utils": "65.5.0"
"@unocss/core": "66.0.0",
"@unocss/preset-wind3": "66.0.0"
},

@@ -65,0 +63,0 @@ "scripts": {

# @unocss/preset-uno
The default preset for [UnoCSS](https://github.com/unocss/unocss).
This package is deprecated and renamed to `@unocss/preset-wind3`.
## Documentation
Please refer to the [documentation](https://unocss.dev/presets/uno).
## License
MIT License &copy; 2021-PRESENT [Anthony Fu](https://github.com/antfu)

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

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

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