math-clamp-x
Advanced tools
Comparing version 3.0.18 to 3.0.19
@@ -5,3 +5,3 @@ /*! | ||
"copywrite": "Copyright (c) 2017", | ||
"date": "2019-07-25T21:50:48.055Z", | ||
"date": "2019-07-26T13:10:59.504Z", | ||
"describe": "", | ||
@@ -12,3 +12,3 @@ "description": "Clamp a number to limits.", | ||
"license": "MIT", | ||
"version": "3.0.18" | ||
"version": "3.0.19" | ||
} | ||
@@ -15,0 +15,0 @@ */ |
@@ -5,3 +5,3 @@ /*! | ||
"copywrite": "Copyright (c) 2017", | ||
"date": "2019-07-25T21:50:48.055Z", | ||
"date": "2019-07-26T13:10:59.504Z", | ||
"describe": "", | ||
@@ -12,3 +12,3 @@ "description": "Clamp a number to limits.", | ||
"license": "MIT", | ||
"version": "3.0.18" | ||
"version": "3.0.19" | ||
} | ||
@@ -15,0 +15,0 @@ */ |
{ | ||
"name": "math-clamp-x", | ||
"version": "3.0.18", | ||
"version": "3.0.19", | ||
"description": "Clamp a number to limits.", | ||
@@ -53,3 +53,3 @@ "homepage": "https://github.com/Xotic750/math-clamp-x", | ||
"dependencies": { | ||
"to-number-x": "^3.0.24" | ||
"to-number-x": "^3.0.25" | ||
}, | ||
@@ -91,3 +91,3 @@ "devDependencies": { | ||
"eslint-plugin-import": "^2.18.2", | ||
"eslint-plugin-jest": "^22.13.6", | ||
"eslint-plugin-jest": "^22.13.7", | ||
"eslint-plugin-jsdoc": "^15.7.2", | ||
@@ -121,3 +121,3 @@ "eslint-plugin-json": "^1.4.0", | ||
"typescript": "^3.5.3", | ||
"webpack": "^4.37.0", | ||
"webpack": "^4.38.0", | ||
"webpack-bundle-analyzer": "^3.3.2", | ||
@@ -124,0 +124,0 @@ "webpack-cli": "^3.3.6", |
@@ -1,2 +0,3 @@ | ||
<a href="https://travis-ci.org/Xotic750/math-clamp-x" | ||
<a | ||
href="https://travis-ci.org/Xotic750/math-clamp-x" | ||
title="Travis status"> | ||
@@ -7,3 +8,4 @@ <img | ||
</a> | ||
<a href="https://david-dm.org/Xotic750/math-clamp-x" | ||
<a | ||
href="https://david-dm.org/Xotic750/math-clamp-x" | ||
title="Dependency status"> | ||
@@ -19,3 +21,4 @@ <img src="https://david-dm.org/Xotic750/math-clamp-x/status.svg" | ||
</a> | ||
<a href="https://badge.fury.io/js/math-clamp-x" | ||
<a | ||
href="https://badge.fury.io/js/math-clamp-x" | ||
title="npm version"> | ||
@@ -25,3 +28,4 @@ <img src="https://badge.fury.io/js/math-clamp-x.svg" | ||
</a> | ||
<a href="https://www.jsdelivr.com/package/npm/math-clamp-x" | ||
<a | ||
href="https://www.jsdelivr.com/package/npm/math-clamp-x" | ||
title="jsDelivr hits"> | ||
@@ -31,2 +35,8 @@ <img src="https://data.jsdelivr.com/v1/package/npm/math-clamp-x/badge?style=rounded" | ||
</a> | ||
<a | ||
href="https://bettercodehub.com/results/Xotic750/math-clamp-x" | ||
title="bettercodehub score"> | ||
<img src="https://bettercodehub.com/edge/badge/Xotic750/math-clamp-x?branch=master" | ||
alt="bettercodehub score" height="18"> | ||
</a> | ||
@@ -33,0 +43,0 @@ <a name="module_math-clamp-x"></a> |
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
162978
72
Updatedto-number-x@^3.0.25