Comparing version 1.0.2 to 1.0.3
{ | ||
"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/ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
47
1
3415
3
23