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

elegant-logs

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

elegant-logs - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

4

Main.js

@@ -67,4 +67,4 @@ exports.log = function (type, logmsg, color) {

exports.log.custom = function (name, text, color) {
if (name.length > 7) {
console.log(`\x1b[33m|PLOGS |\x1b[0m custom log may not be greater than 7 characters: [ \x1b[32m${name}\x1b[0m ]`);
if (name.length > 100) {
console.log(`\x1b[33m|PLOGS |\x1b[0m custom log may not be greater than 100 characters: [ \x1b[32m${name}\x1b[0m ]`);
} else {

@@ -71,0 +71,0 @@ if (color === null) {

{
"name": "elegant-logs",
"version": "1.0.3",
"version": "1.0.4",
"description": "",

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

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