kitten-format
Advanced tools
Comparing version 1.7.1 to 1.7.2
@@ -165,3 +165,3 @@ 'use strict'; | ||
if (options && options.minimumFractionDigits != null) { | ||
for (fraction+=''; fraction.length < options.minimumFractionDigits; fraction = '0' + fraction) {} | ||
for (fraction+=''; fraction.length < options.minimumFractionDigits; fraction = fraction + '0') {} | ||
} | ||
@@ -168,0 +168,0 @@ |
{ | ||
"name": "kitten-format", | ||
"version": "1.7.1", | ||
"version": "1.7.2", | ||
"description": "Fast formatters for browsers", | ||
@@ -5,0 +5,0 @@ "main": "kittenFormat.server.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