Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

lme

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lme - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

4

index.js

@@ -39,5 +39,5 @@ const chalk = require('chalk');

if (typeof(msg) == 'object') {
console.log(chalk.bgCyan.white('\n' + JSON.stringify(msg, null, 2)));
console.log(chalk.bgCyan.black('\n' + JSON.stringify(msg, null, 2)));
} else {
console.log(chalk.bgCyan(msg));
console.log(chalk.bgCyan.black(msg));
}

@@ -44,0 +44,0 @@ },

{
"name": "lme",
"version": "1.0.5",
"version": "1.0.6",
"description": "Simply and beautifully log to console.",

@@ -5,0 +5,0 @@ "main": "index.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