Socket
Socket
Sign inDemoInstall

postcss-color-functional-notation

Package Overview
Dependencies
5
Maintainers
2
Versions
33
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.2.1 to 4.2.2

4

CHANGELOG.md
# Changes to PostCSS Color Functional Notation
### 4.2.2 (February 5, 2022)
- Improved `es module` and `commonjs` compatibility
### 4.2.1 (January 2, 2022)

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

{
"name": "postcss-color-functional-notation",
"version": "4.2.1",
"version": "4.2.2",
"description": "Use space and slash separated color notation in CSS",

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

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

@@ -39,3 +46,3 @@ "CHANGELOG.md",

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

@@ -42,0 +49,0 @@ "keywords": [

6

README.md
# PostCSS Color Functional Notation [<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-functional-notation.svg" height="20">][npm-url]
[<img alt="CSS Standard Status" src="https://cssdb.org/badge/lab-function.svg" height="20">][css-url]
[<img alt="CSS Standard Status" src="https://cssdb.org/images/badges/lab-function.svg" height="20">][css-url]
[<img alt="Build Status" src="https://github.com/csstools/postcss-plugins/workflows/test/badge.svg" height="20">][cli-url]
[<img alt="Support Chat" src="https://img.shields.io/badge/support-chat-blue.svg" height="20">][git-url]
[<img alt="Discord" src="https://shields.io/badge/Discord-5865F2?logo=discord&logoColor=white">][discord]

@@ -88,3 +88,3 @@ [PostCSS Color Functional Notation] lets you use space and slash separated

[css-url]: https://cssdb.org/#color-functional-notation
[git-url]: https://gitter.im/postcss/postcss
[discord]: https://discord.gg/bUadyRwkJS
[npm-url]: https://www.npmjs.com/package/postcss-color-functional-notation

@@ -91,0 +91,0 @@

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