lirantal / lockfile-lint

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

Add "all is good" confirmation when validation succeeds #76

Closed bolatovumar closed 4 years ago

bolatovumar commented 4 years ago

Is your feature request related to a problem? Please describe. Currently when you run the validation command and everything succeed you don't get any feedback in the console so it leaves you wondering if validation actually took place.

Describe the solution you'd like Add some some sort of confirmation message like 👍 Validation successful if everything passed.

lirantal commented 4 years ago

Great idea!