console-timestamp
Advanced tools
Comparing version 0.1.5 to 0.1.6
{ | ||
"name": "console-timestamp", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "Simple date formatter for logging purposes", | ||
@@ -5,0 +5,0 @@ "main": "console-timestamp.js", |
@@ -6,3 +6,3 @@ console-timestamp | ||
There's one function: ```timestamp()``` | ||
There's only one function. | ||
@@ -24,2 +24,4 @@ You can call it with a string argument which becomes the format (defaults to ```hh:mm:ss```). It replaces specific parts of this string: | ||
```javascript | ||
var timestamp = require('console-timestamp'); | ||
console.log(timestamp()); //15:43:20 | ||
@@ -26,0 +28,0 @@ console.log(timestamp('DD-MM-YYYY hh:mm:ss:iii')); //04-07-2014 14:32:45:891 |
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
3200
28