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
1
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 1.2.0 to 1.3.0

9

CHANGELOG.md

@@ -0,1 +1,10 @@

# 1.3.0 - 2015-08-13
- Added: compatibility with postcss v4.1.x
([#3](https://github.com/postcss/postcss-calc/pull/3))
# 1.2.0 - ?
1.1.0 ?
# 1.1.0 - 2014-11-25

@@ -2,0 +11,0 @@

7

index.js
/**
* Module dependencies.
*/
var postcss = require("postcss")
var helpers = require("postcss-message-helpers")
var color = require("color")
var helpers = require("postcss-message-helpers")

@@ -16,3 +17,3 @@ /**

*/
module.exports = function plugin() {
module.exports = postcss.plugin("postcss-color-hex-alpha", function() {
return function(style) {

@@ -29,3 +30,3 @@ style.eachDecl(function transformDecl(decl) {

}
}
})

@@ -32,0 +33,0 @@ /**

{
"name": "postcss-color-hex-alpha",
"version": "1.2.0",
"version": "1.3.0",
"description": "PostCSS plugin to transform W3C RGBA hexadecimal notations (#RRGGBBAA or #RGBA) to more compatible CSS (rgba())",

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

"postcss",
"postcss-plugins",
"postcss-plugin",
"color",

@@ -27,10 +27,10 @@ "colour",

"dependencies": {
"color": "^0.7.1",
"postcss-message-helpers": "^1.1.0"
"color": "^0.10.1",
"postcss": "^4.1.16",
"postcss-message-helpers": "^2.0.0"
},
"devDependencies": {
"jscs": "^1.6.2",
"jshint": "^2.5.6",
"postcss": "^3.0.0",
"tape": "^3.0.0"
"jscs": "^2.1.0",
"jshint": "^2.8.0",
"tape": "^4.0.3"
},

@@ -37,0 +37,0 @@ "scripts": {

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