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

beautiful-log

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

beautiful-log - npm Package Compare versions

Comparing version 2.0.0-5 to 2.0.0-6

3

dist/main/beautiful-log.js

@@ -50,2 +50,5 @@ "use strict";

loggers.push(log);
if (started) {
log.announce();
}
return log;

@@ -52,0 +55,0 @@ }

2

package.json
{
"name": "beautiful-log",
"version": "2.0.0-5",
"version": "2.0.0-6",
"description": "Because logging should be beautiful.",

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

@@ -54,2 +54,7 @@ "use strict";

loggers.push(log);
if (started) {
log.announce();
}
return log;

@@ -56,0 +61,0 @@ }

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