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

simple-node-logger

Package Overview
Dependencies
Maintainers
1
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simple-node-logger - npm Package Compare versions

Comparing version 0.93.27 to 0.93.28

2

package.json
{
"name": "simple-node-logger",
"version": "0.93.27",
"version": "0.93.28",
"description": "A node console and file logger suitable for small, medium and large production projects.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -223,3 +223,3 @@ /**

appender.getTypeName().should.equal('ConsoleAppender');
const dt = new Date('2017-05-01T01:01:01');
const dt = new Date('2017-05-01T01:01:01Z');
appender.formatTimestamp(dt).should.equal('1493600461000');

@@ -226,0 +226,0 @@ });

Sorry, the diff of this file is not supported yet

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