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 2.0.0 to 2.0.1

5

CHANGELOG.md

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

# 2.0.1 - 2016-11-28
- Bump `color` dependency version
([postcss-cssnext/#327](https://github.com/MoOx/postcss-cssnext/issues/327) - @wtgtybhertgeghgtwtg).
# 2.0.0 - 2015-09-08

@@ -2,0 +7,0 @@

8

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

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

"dependencies": {
"color": "^0.9.0",
"color": "^0.11.4",
"postcss": "^5.0.4"

@@ -31,2 +31,3 @@ },

"jshint": "^2.5.6",
"npmpub": "^3.1.0",
"tape": "^4.0.0"

@@ -38,4 +39,5 @@ },

"jshint": "jshint . --exclude-path .gitignore",
"test": "npm run lint && tape test"
"test": "npm run lint && tape test",
"release": "npmpub"
}
}
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