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

postcss-color-function

Package Overview
Dependencies
Maintainers
3
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-color-function - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

7

CHANGELOG.md

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

# 4.0.1 - 2017-11-03
- Fixed: bug when using the `tint`, `shade`, and `contrast` adjusters along with the `alpha` adjuster
([#33](https://github.com/postcss/postcss-color-function/pull/33) - @tylergaw)
# 4.0.0 - 2017-05-15

@@ -11,3 +16,3 @@

- Changed: send a postcss message when color function contains a var()
([#36](https://github.com/postcss/postcss-color-function/pull/36) - @drewbourne)

([#36](https://github.com/postcss/postcss-color-function/pull/36) - @drewbourne)

@@ -14,0 +19,0 @@ # 2.0.1 - 2016-03-15

@@ -0,0 +0,0 @@ /**

4

package.json
{
"name": "postcss-color-function",
"version": "4.0.0",
"version": "4.0.1",
"description": "PostCSS plugin to transform W3C CSS color function to more compatible CSS.",

@@ -20,3 +20,3 @@ "keywords": [

"dependencies": {
"css-color-function": "^1.3.0",
"css-color-function": "~1.3.3",
"postcss": "^6.0.1",

@@ -23,0 +23,0 @@ "postcss-message-helpers": "^2.0.0",

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

# postcss-color-function [![Build Status](https://travis-ci.org/postcss/postcss-color-function.svg)](https://travis-ci.org/postcss/postcss-color-function)
# postcss-color-function [![CSS Standard Status](https://jonathantneal.github.io/css-db/badge/css-color-modifying-colors.svg)](https://jonathantneal.github.io/css-db/#css-color-modifying-colors) [![Build Status](https://travis-ci.org/postcss/postcss-color-function.svg)](https://travis-ci.org/postcss/postcss-color-function)

@@ -3,0 +3,0 @@ > [PostCSS](https://github.com/postcss/postcss) plugin to transform [W3C CSS color function][specs] to more compatible CSS.

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