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

ezzy-logger

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ezzy-logger - npm Package Compare versions

Comparing version 1.4.0 to 1.5.0

2

package.json
{
"name": "ezzy-logger",
"description": "A logging tool for node",
"version": "1.4.0",
"version": "1.5.0",
"author": {

@@ -6,0 +6,0 @@ "name": "Moises Romero",

@@ -472,2 +472,5 @@ const LOG_LEVELS = [

groupStart(...args) {
if (this.isGroupped) {
this.groupEnd();
}
Logger.console.group(...args);

@@ -474,0 +477,0 @@ // Save the second argument as the title of the group.

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