humanize-plus
Advanced tools
Comparing version 1.3.2 to 1.3.3
@@ -5,3 +5,3 @@ { | ||
"description": "A simple utility library for making the web more humane.", | ||
"version": "1.3.2", | ||
"version": "1.3.3", | ||
"homepage": "https://github.com/HubSpot/humanize", | ||
@@ -8,0 +8,0 @@ "main": "./public/src/humanize.js", |
@@ -46,3 +46,3 @@ (function() { | ||
isFinite = function(value) { | ||
return window.isFinite(value) && !isNaN(parseFloat(value)); | ||
return ((typeof window !== "undefined" && window !== null ? window.isFinite : void 0) || global.isFinite)(value) && !isNaN(parseFloat(value)); | ||
}; | ||
@@ -49,0 +49,0 @@ |
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
1584773