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

log-timestamp

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

log-timestamp - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

8

index.js
var format = require('util').format;
var default_format = '[%s] %s';
var funcs = {
log: console.log,
info: console.info,
warn: console.warn,
error: console.error
log: console.log.bind(console),
info: console.info.bind(console),
warn: console.warn.bind(console),
error: console.error.bind(console)
};

@@ -9,0 +9,0 @@

{
"name": "log-timestamp",
"description": "Prepend timestamps to functions like console.log, console.warn, etc",
"version": "0.0.3",
"version": "0.0.4",
"author": "Dave Eddy <dave@daveeddy.com> (http://www.daveeddy.com)",

@@ -6,0 +6,0 @@ "contributors": [],

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