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.3 to 1.0.4

test.js

16

index.js

@@ -41,3 +41,3 @@ const chalk = require('chalk');

} else {
console.log(chalk.bgCyan.bold(msg));
console.log(chalk.bgCyan.black(msg));
}

@@ -49,15 +49,1 @@ },

module.exports = m;
// sample tests
// m.e({ya:"this", me:"ts"});
// m.w({ya:"this", me:"ts"});
// m.h({ya:"this", me:"ts"});
// m.s({ya:"this", me:"ts"});
// m.d({ya:"this", me:"ts"});
// m.d('\n');
// m.e('hello');
// m.w('hello');
// m.s('hello');
// m.d('hello');
// m.h('hello');
{
"name": "lme",
"version": "1.0.3",
"version": "1.0.4",
"description": "Simply and beautifully log to console.",

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

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

You don't have to write the 13 char length `console.log()` anymore. Try:
You don't have to write the 13 char long `console.log()` anymore. Try:

@@ -9,0 +9,0 @@ ```javascript

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