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.0.17 to 1.0.18

2

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

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

@@ -473,3 +473,3 @@ const LOG_LEVELS = [

this._groupTitle =
args[0].length > 25 ? `${args[0].substr(0, 22)}...` : args[0].length;
args[0].length > 25 ? `${args[0].substr(0, 22)}...` : args[0];
} else {

@@ -476,0 +476,0 @@ this._groupTitle = "";

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