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.1.1 to 1.2.1

14

Main.js

@@ -104,3 +104,3 @@ exports.log = function(logmsg, title, color, color2) {

}
console.log(`\x1b[${color}m${title} \x1b[${color2}m${logmsg}`);
console.log(`\x1b[${color}m${title} \x1b[0m\x1b[${color2}m${logmsg}\x1b[0m`);

@@ -212,3 +212,3 @@ };

}
console.log(`\x1b[${color}m|CMD | \x1b[${color2}m${logmsg}`);
console.log(`\x1b[${color}m|CMD | \x1b[0m\x1b[${color2}m${logmsg}\x1b[0m`);

@@ -319,3 +319,3 @@ };

}
console.log(`\x1b[${color}m|STATUS | \x1b[${color2}m${logmsg}`);
console.log(`\x1b[${color}m|STATUS | \x1b[0m\x1b[${color2}m${logmsg}\x1b[0m`);
};

@@ -426,3 +426,3 @@

}
console.log(`\x1b[${color}m|BOOT | \x1b[${color2}m${logmsg}`);
console.log(`\x1b[${color}m|BOOT | \x1b[0m\x1b[${color2}m${logmsg}\x1b[0m`);
};

@@ -533,3 +533,3 @@

}
console.log(`\x1b[${color}m|SUCCESS | \x1b[${color2}m${logmsg}`);
console.log(`\x1b[${color}m|SUCCESS | \x1b[0m\x1b[${color2}m${logmsg}\x1b[0m`);
};

@@ -640,3 +640,3 @@

}
console.log(`\x1b[${color}m|ERROR | \x1b[${color2}m${logmsg}`);
console.log(`\x1b[${color}m|ERROR | \x1b[0m\x1b[${color2}m${logmsg}\x1b[0m`);
};

@@ -749,3 +749,3 @@

}
console.log(`\x1b[${color}m|Critical| \x1b[${color2}m${logmsg}`);
console.log(`\x1b[${color}m|Critical| \x1b[0m\x1b[${color2}m${logmsg}\x1b[0m`);
};
{
"name": "elegant-logs",
"version": "1.1.1",
"version": "1.2.1",
"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