Socket
Socket
Sign inDemoInstall

postcss-color-hex-alpha

Package Overview
Dependencies
5
Maintainers
4
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 8.0.2 to 8.0.3

4

CHANGELOG.md
# Changes to PostCSS Color Hex Alpha
### 8.0.3 (February 5, 2022)
- Improved `es module` and `commonjs` compatibility
### 8.0.2 (January 2, 2022)

@@ -4,0 +8,0 @@

{
"name": "postcss-color-hex-alpha",
"version": "8.0.2",
"version": "8.0.3",
"description": "Use 4 & 8 character hex color notation in CSS",

@@ -15,2 +15,9 @@ "author": "Jonathan Neal <jonathantneal@hotmail.com>",

"types": "index.d.ts",
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs",
"default": "./dist/index.mjs"
}
},
"files": [

@@ -43,3 +50,3 @@ "CHANGELOG.md",

"peerDependencies": {
"postcss": "^8.3"
"postcss": "^8.4"
},

@@ -46,0 +53,0 @@ "keywords": [

7

README.md

@@ -6,3 +6,3 @@ # PostCSS Color Hex Alpha [<img src="https://postcss.github.io/postcss/logo.svg" alt="PostCSS" width="90" height="90" align="right">][postcss]

[![Build Status][cli-img]][cli-url]
[![Support Chat][git-img]][git-url]
[<img alt="Discord" src="https://shields.io/badge/Discord-5865F2?logo=discord&logoColor=white">][discord]

@@ -78,6 +78,5 @@ [PostCSS Color Hex Alpha] lets you use 4 & 8 character hex color notation in

[cli-url]: https://github.com/csstools/postcss-plugins/actions/workflows/test.yml?query=workflow/test
[css-img]: https://cssdb.org/badge/hexadecimal-alpha-notation.svg
[css-img]: https://cssdb.org/images/badges/hexadecimal-alpha-notation.svg
[css-url]: https://cssdb.org/#hexadecimal-alpha-notation
[git-img]: https://img.shields.io/badge/support-chat-blue.svg
[git-url]: https://gitter.im/postcss/postcss
[discord]: https://discord.gg/bUadyRwkJS
[npm-img]: https://img.shields.io/npm/v/postcss-color-hex-alpha.svg

@@ -84,0 +83,0 @@ [npm-url]: https://www.npmjs.com/package/postcss-color-hex-alpha

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc