Socket
Socket
Sign inDemoInstall

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.4 to 1.0.5

.npmignore

8

index.js

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

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

@@ -40,5 +40,5 @@ },

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

@@ -45,0 +45,0 @@ },

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

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

@@ -0,0 +0,0 @@ ![](https://raw.githubusercontent.com/vajahath/lme/master/media/logo.png)

@@ -0,0 +0,0 @@ // sample tests

Sorry, the diff of this file is not supported yet

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