Comparing version 0.2.8 to 0.2.9
{ | ||
"name": "clamp.js", | ||
"version": "0.2.8", | ||
"version": "0.2.9", | ||
"description": "Returns a function that clamps input values to range [min <= x <= max].", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -6,3 +6,3 @@ # clamp.js (written in ES6) | ||
[![build](http://img.shields.io/travis/meandmax/clamp.js/master.svg?style=flat)](https://travis-ci.org/meandmax/clamp.js) | ||
[![Coverage Status](https://coveralls.io/repos/bucaran/example-rise/badge.svg?branch=master&service=github)](https://coveralls.io/github/bucaran/example-rise?branch=master) | ||
[![Coverage Status](https://coveralls.io/repos/meandmax/clamp.js/badge.svg?branch=master&service=github)](https://coveralls.io/github/meandmax/clamp.js?branch=master) | ||
[![code climate](http://img.shields.io/codeclimate/github/meandmax/clamp.js.svg?style=flat)](https://codeclimate.com/github/meandmax/clamp.js) | ||
@@ -9,0 +9,0 @@ [![devDependencies](http://img.shields.io/david/dev/meandmax/clamp.js.svg?style=flat)](https://david-dm.org/meandmax/clamp.js#info=devDependencies&view=table) |
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
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
6803