date-template
Advanced tools
Comparing version 2.0.2 to 2.0.3
@@ -17,5 +17,5 @@ /** | ||
h: { key: /%0?h/g, value: date.getHours(), }, // hourse | ||
m: { key: /%0?m/g, value: date.getMinutes(), }, // minutes; | ||
s: { key: /%0?s/g, value: date.getSeconds(), }, // seconds | ||
ms: { key: /%0?ms/g, value: date.getMilliseconds(), }, // milliseconds | ||
m: { key: /%0?m/g, value: date.getMinutes(), }, // minutes; | ||
} | ||
@@ -22,0 +22,0 @@ tmp = middleware ? middleware(tmp) : tmp |
{ | ||
"name": "date-template", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "Easy function to return template date.", | ||
@@ -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
6505
5
92