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

postcss-color-function

Package Overview
Dependencies
Maintainers
1
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 1.3.2 to 2.0.0

7

CHANGELOG.md

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

# 2.0.0 - 2015-09-07
- Removed: compatibility with postcss v4.x
([#14](https://github.com/postcss/postcss-color-function/pull/14))
- Added: compatibility with postcss v5.x
([#14](https://github.com/postcss/postcss-color-function/pull/14))
# 1.3.2 - 2015-07-08

@@ -2,0 +9,0 @@

2

index.js

@@ -14,3 +14,3 @@ /**

return function(style) {
style.eachDecl(function transformDecl(decl) {
style.walkDecls(function transformDecl(decl) {
if (!decl.value || decl.value.indexOf("color(") === -1) {

@@ -17,0 +17,0 @@ return

{
"name": "postcss-color-function",
"version": "1.3.2",
"version": "2.0.0",
"description": "PostCSS plugin to transform W3C CSS color function to more compatible CSS.",

@@ -20,4 +20,2 @@ "keywords": [

"files": [
"CHANGELOG.md",
"LICENSE",
"index.js"

@@ -28,4 +26,4 @@ ],

"css-color-function": "^1.2.0",
"postcss": "^4.1.11",
"postcss-message-helpers": "^1.1.0"
"postcss": "^5.0.4",
"postcss-message-helpers": "^2.0.0"
},

@@ -32,0 +30,0 @@ "devDependencies": {

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