Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

postcss-color-hex-alpha

Package Overview
Dependencies
Maintainers
0
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-color-hex-alpha - npm Package Compare versions

Comparing version 9.0.4 to 10.0.0

19

CHANGELOG.md
# Changes to PostCSS Color Hex Alpha
### 9.0.4
### 10.0.0
_February 19, 2024_
_August 3, 2024_
- Reuse code with `@csstools/utilities`
- Updated: Support for Node v18+ (major).
- Updated [`@csstools/utilities`](https://github.com/csstools/postcss-plugins/tree/main/packages/utilities) to [`2.0.0`](https://github.com/csstools/postcss-plugins/tree/main/packages/utilities/CHANGELOG.md#200) (major)
### 9.0.3
_December 15, 2023_
- Fix type definitions
### 9.0.2
_February 6, 2023_
- Reduce the amount of duplicate fallback CSS.
[Full CHANGELOG](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-hex-alpha/CHANGELOG.md)
{
"name": "postcss-color-hex-alpha",
"description": "Use 4 & 8 character hex color notation in CSS",
"version": "9.0.4",
"version": "10.0.0",
"contributors": [

@@ -35,3 +35,3 @@ {

"engines": {
"node": "^14 || ^16 || >=18"
"node": ">=18"
},

@@ -59,3 +59,3 @@ "type": "module",

"dependencies": {
"@csstools/utilities": "^1.0.0",
"@csstools/utilities": "^2.0.0",
"postcss-value-parser": "^4.2.0"

@@ -66,6 +66,7 @@ },

},
"scripts": {},
"homepage": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-hex-alpha#readme",
"repository": {
"type": "git",
"url": "https://github.com/csstools/postcss-plugins.git",
"url": "git+https://github.com/csstools/postcss-plugins.git",
"directory": "plugins/postcss-color-hex-alpha"

@@ -72,0 +73,0 @@ },

# PostCSS Color Hex Alpha [<img src="https://postcss.github.io/postcss/logo.svg" alt="PostCSS Logo" width="90" height="90" align="right">][PostCSS]
[<img alt="npm version" src="https://img.shields.io/npm/v/postcss-color-hex-alpha.svg" height="20">][npm-url] [<img alt="Build Status" src="https://github.com/csstools/postcss-plugins/workflows/test/badge.svg" height="20">][cli-url] [<img alt="Discord" src="https://shields.io/badge/Discord-5865F2?logo=discord&logoColor=white">][discord]<br><br>[<img alt="Baseline Status" src="https://cssdb.org/images/badges-baseline/hexadecimal-alpha-notation.svg" height="20">][css-url] [<img alt="CSS Standard Status" src="https://cssdb.org/images/badges/hexadecimal-alpha-notation.svg" height="20">][css-url]
`npm install postcss-color-hex-alpha --save-dev`
```bash
npm install postcss-color-hex-alpha --save-dev
```
[PostCSS Color Hex Alpha] lets you use 4 & 8 character hex color notation in

@@ -43,12 +39,3 @@ CSS, following the [CSS Color Module] specification.

[PostCSS Color Hex Alpha] runs in all Node environments, with special
instructions for:
- [Node](INSTALL.md#node)
- [PostCSS CLI](INSTALL.md#postcss-cli)
- [PostCSS Load Config](INSTALL.md#postcss-load-config)
- [Webpack](INSTALL.md#webpack)
- [Next.js](INSTALL.md#nextjs)
- [Gulp](INSTALL.md#gulp)
- [Grunt](INSTALL.md#grunt)

@@ -55,0 +42,0 @@ ## Options

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