@gitrows/gitrows-utils
Advanced tools
Comparing version 0.3.3 to 0.3.4
@@ -95,5 +95,5 @@ const Speed={ | ||
}, | ||
round:(n,p)=>Math.round(n*(10**p))/10**p, | ||
round:(n,p)=>isNaN(n)?n:Math.round(n*(10**p))/10**p, | ||
precision:5, | ||
} | ||
module.exports=Speed; |
{ | ||
"name": "@gitrows/gitrows-utils", | ||
"version": "0.3.3", | ||
"version": "0.3.4", | ||
"description": "Data and string handling utilities for @gitrows", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
25087