humanize-duration
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -70,3 +70,3 @@ /* | ||
second: function(c) { return (c === 1) ? "seconde" : "seconden"; }, | ||
millisecond: function(c) { return (c === 1) ? "milliseconde" : "milliseconden"; }, | ||
millisecond: function(c) { return (c === 1) ? "milliseconde" : "milliseconden"; } | ||
}, | ||
@@ -73,0 +73,0 @@ es: { |
@@ -11,3 +11,3 @@ { | ||
], | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Convert millisecond durations to English and many other languages.", | ||
@@ -14,0 +14,0 @@ "homepage": "https://github.com/EvanHahn/HumanizeDuration.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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
3
18062