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

console-timestamp

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

console-timestamp - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

2

package.json
{
"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

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