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.1.2 to 1.1.3

2

package.json
{
"name": "lme",
"version": "1.1.2",
"version": "1.1.3",
"description": "Simply and beautifully log to console.",

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

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

## Install
## Install / Update

@@ -47,2 +47,3 @@ ```bash

// lines
lme.line() // used to draw lines

@@ -97,18 +98,42 @@ lme.eline() // used to draw lines in error theme.

| status | name | when to use | example |
| ----------------- | --------------- | -------------------------- | --------------------- |
| `line` | default | default output | `lme.line();` |
| `dline` | same as line | default output | `lme.d("hi");` |
| `sline` | successe | on success output | `lme.s("hi");` |
| `eline` | error | on error-ed output | `lme.e("hi");` |
| `wline` | warning | for warnings like output | `lme.w("hi");` |
| `hline` | highlight | for highlighting an output | `lme.h("hi");` |
| status | name | when to use | example |
| ----------------- | --------------- | -------------------------- | ------------------------- |
| `line` | default | default output | `lme.line();` |
| `dline` | same as line | default output | `lme.dline("hi");` |
| `sline` | successe | on success output | `lme.sline("hi");` |
| `eline` | error | on error-ed output | `lme.eline("hi");` |
| `wline` | warning | for warnings like output | `lme.wline("hi");` |
| `hline` | highlight | for highlighting an output | `lme.hline("hi");` |
<br>
<br>
More configurations are on its way.<br>
If you wish to file any feature/bugs, mention it on [issues](https://github.com/vajahath/lme/issues).<br>
If you wish to file any feature/bugs, mention it on [issues](https://github.com/vajahath/lme/issues).
<br>
Enjoy.
## Change log
- v1.1.3
+ bug fixes
+ docs update
- v1.1.2
+ bug fixes
+ docs update
- v1.1.1
+ bug fixes
+ docs update
- v1.1.0
+ adds support for drawing lines
+ docs update
- versions < 1.1.0
+ adds support for semantic outputs.
+ bug fixes
+ doc updates
## License
MIT &copy; [Vajahath Ahmed](https://mycolorpad.blogspot.in)
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