Comparing version 0.0.9 to 0.0.10
@@ -43,3 +43,3 @@ var _ = require('underscore'); | ||
else { | ||
string = days + " days, " + hours.toString() + ":" + (minutes < 10 ? "0" : "") + minutes.toString(); | ||
string = days + " day" + (days == 1 ? "" : "s") + ", " + hours.toString() + ":" + (minutes < 10 ? "0" : "") + minutes.toString(); | ||
} | ||
@@ -46,0 +46,0 @@ |
{ | ||
"name": "bormat", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "a bunch of boring utility functions for formatting time and numbers, mostly.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
AI-detected possible typosquat
Supply chain riskAI has identified this package as a potential typosquat of a more popular package. This suggests that the package may be intentionally mimicking another package's name, description, or other metadata.
Found 1 instance in 1 package
6772
1