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

css-colors

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

css-colors - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

23

package.json
{
"name": "css-colors",
"description": "CSS Color functions",
"version": "1.0.2",
"version": "1.0.3",
"author": {

@@ -12,3 +12,3 @@ "name": "Jonathan Ong",

"license": "MIT",
"repository": "css-utils/colors",
"repository": "polyfills/colors",
"dependencies": {

@@ -19,8 +19,19 @@ "css-color-function": "0",

"devDependencies": {
"mocha": "^1.17",
"should": "^3.0.0"
"istanbul": "0",
"mocha": "1"
},
"scripts": {
"test": "mocha --reporter spec --require should --bail"
}
"test": "mocha --reporter spec",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
},
"files": [
"index.js"
],
"keywords": [
"css",
"color",
"colors",
"polyfill"
]
}
# Colors
[![NPM version][npm-image]][npm-url]
[![Build status][travis-image]][travis-url]
[![Test coverage][coveralls-image]][coveralls-url]
[![Dependency Status][david-image]][david-url]
[![License][license-image]][license-url]
[![Downloads][downloads-image]][downloads-url]
[![Gittip][gittip-image]][gittip-url]
A simpler implementation of the [proposed color function](http://dev.w3.org/csswg/css-color/#modifying-colors).

@@ -21,1 +30,18 @@ This is basically [rework-color-function](https://github.com/ianstormtaylor/rework-color-function) without the [rework](https://github.com/reworkcss/rework) dependency.

```
[npm-image]: https://img.shields.io/npm/v/css-colors.svg?style=flat-square
[npm-url]: https://npmjs.org/package/css-colors
[github-tag]: http://img.shields.io/github/tag/polyfills/colors.svg?style=flat-square
[github-url]: https://github.com/polyfills/colors/tags
[travis-image]: https://img.shields.io/travis/polyfills/colors.svg?style=flat-square
[travis-url]: https://travis-ci.org/polyfills/colors
[coveralls-image]: https://img.shields.io/coveralls/polyfills/colors.svg?style=flat-square
[coveralls-url]: https://coveralls.io/r/polyfills/colors?branch=master
[david-image]: http://img.shields.io/david/polyfills/colors.svg?style=flat-square
[david-url]: https://david-dm.org/polyfills/colors
[license-image]: http://img.shields.io/npm/l/css-colors.svg?style=flat-square
[license-url]: LICENSE
[downloads-image]: http://img.shields.io/npm/dm/css-colors.svg?style=flat-square
[downloads-url]: https://npmjs.org/package/css-colors
[gittip-image]: https://img.shields.io/gittip/jonathanong.svg?style=flat-square
[gittip-url]: https://www.gittip.com/jonathanong/
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