Comparing version 1.3.0 to 1.3.1
@@ -5,7 +5,7 @@ 'use strict'; | ||
*/ | ||
var chalk = require('chalk'); | ||
var gray = require('ansi-gray'); | ||
var timestamp = require('time-stamp'); | ||
function getTimestamp(){ | ||
return '['+chalk.grey(timestamp('HH:mm:ss'))+']'; | ||
return '['+gray(timestamp('HH:mm:ss'))+']'; | ||
} | ||
@@ -12,0 +12,0 @@ |
{ | ||
"name": "fancy-log", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "Log things, prefixed with a timestamp", | ||
@@ -23,3 +23,3 @@ "author": "Blaine Bublitz <blaine.bublitz@gmail.com>", | ||
"dependencies": { | ||
"chalk": "^1.1.1", | ||
"ansi-gray": "^0.1.1", | ||
"time-stamp": "^1.0.0" | ||
@@ -26,0 +26,0 @@ }, |
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
4274
+ Addedansi-gray@^0.1.1
+ Addedansi-gray@0.1.1(transitive)
+ Addedansi-wrap@0.1.0(transitive)
- Removedchalk@^1.1.1
- Removedansi-regex@2.1.1(transitive)
- Removedansi-styles@2.2.1(transitive)
- Removedchalk@1.1.3(transitive)
- Removedescape-string-regexp@1.0.5(transitive)
- Removedhas-ansi@2.0.0(transitive)
- Removedstrip-ansi@3.0.1(transitive)
- Removedsupports-color@2.0.0(transitive)