lirantal / lockfile-lint

Lint an npm or yarn lockfile to analyze and detect security issues
Apache License 2.0
782 stars 35 forks source link

feat: Use symbols for easier to read output (#21) #104

Closed emimuresan closed 3 years ago

emimuresan commented 3 years ago

Description

Types of changes

Related Issue

Fixes #21

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Mac (in iterm2 with oh-my-zsh theme)

mac1 mac2 mac3

Windows (in cmder)

win3 win1 win2

Checklist:

codecov-io commented 3 years ago

Codecov Report

Merging #104 (3a7a93c) into master (6f8e5a0) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #104   +/-   ##
=======================================
  Coverage   99.57%   99.57%           
=======================================
  Files          11       11           
  Lines         237      237           
  Branches       41       41           
=======================================
  Hits          236      236           
  Misses          1        1           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 6f8e5a0...3a7a93c. Read the comment docs.

lirantal commented 3 years ago

Looks good to me, thanks @emimuresan ❤️