New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

better-logs

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

better-logs - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

1

controller.js

@@ -28,2 +28,3 @@ var _ = require('lodash');

_default: process.stdout,
error: process.stderr,
}

@@ -30,0 +31,0 @@ };

2

package.json
{
"name": "better-logs",
"version": "3.0.1",
"version": "3.0.2",
"description": "Really flexible and fast logger for web servers, applications and daemons",

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

@@ -26,2 +26,3 @@ Even Better Logs for NodeJS

log.debug('debug stuff');
log.info('test');

@@ -28,0 +29,0 @@ log.warn('warning');

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