Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fancy-log

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fancy-log - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

4

index.js

@@ -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 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc