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

postcss-color-rebeccapurple

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-rebeccapurple - npm Package Compare versions

Comparing version 1.2.0 to 2.0.0

10

CHANGELOG.md

@@ -1,5 +0,11 @@

# 1.2.0 - 2015-07-01
# 2.0.0 - 2015-09-08
- Upgrade to PostCSS 4.1.x
- Added: compatibility with postcss v5.x
- Removed: compatiblity with postcss v4.x
# 1.2.0 - 2015-08-13
- Added: compatibility with postcss v4.1.x
([#4](https://github.com/postcss/postcss-color-rebeccapurple/pull/4))
# 1.1.0 - 2014-11-25

@@ -6,0 +12,0 @@

2

index.js

@@ -12,3 +12,3 @@ /**

return function(style) {
style.eachDecl(function(decl) {
style.walkDecls(function(decl) {
var value = decl.value;

@@ -15,0 +15,0 @@

{
"name": "postcss-color-rebeccapurple",
"version": "1.2.0",
"version": "2.0.0",
"description": "PostCSS plugin to transform W3C CSS rebeccapurple color to more compatible CSS (rgb())",

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

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

@@ -28,3 +26,3 @@ ],

"color": "^0.9.0",
"postcss": "^4.1.13"
"postcss": "^5.0.4"
},

@@ -37,5 +35,7 @@ "devDependencies": {

"scripts": {
"lint": "jscs *.js **/*.js && jshint . --exclude-path .gitignore",
"lint": "npm run jscs && npm run jshint",
"jscs": "jscs index.js test/index.js",
"jshint": "jshint . --exclude-path .gitignore",
"test": "npm run lint && tape test"
}
}
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