New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.2 to 0.0.3

5

index.js

@@ -25,7 +25,6 @@ var format = require('util').format;

console[k] = function() {
if (arguments[0])
arguments[0] = format(s, fn(), arguments[0]);
funcs[k].apply(this, arguments);
arguments[0] = format(s, fn(), arguments[0]);
funcs[k].apply(console, arguments);
};
});
}

2

package.json
{
"name": "log-timestamp",
"description": "Prepend timestamps to functions like console.log, console.warn, etc",
"version": "0.0.2",
"version": "0.0.3",
"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