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.34 to 0.93.35

1

examples/category-logger.js

@@ -26,2 +26,3 @@ #!/usr/bin/env node

log1.error('this is a simple error log statement/entry');
log1.error();
log2.fatal('this is a simple fatal log statement/entry');

@@ -28,0 +29,0 @@

@@ -12,2 +12,5 @@ #!/usr/bin/env node

// test logging a null
log.error();
log.info('set the level to all');

@@ -14,0 +17,0 @@ log.setLevel('all');

2

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

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

@@ -269,2 +269,2 @@ # Simple Node Logger

- - -
<p><small><em>Copyright © 2014-2017, rain city software | Version 0.93.33</em></small></p>
<p><small><em>Copyright © 2014-2017, rain city software | Version 0.93.35</em></small></p>
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