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

fix: all debug under lockfile-lint namespace #95

Closed lirantal closed 4 years ago

lirantal commented 4 years ago

Description

Debugging for the CLI needed to enable specific DEBUG namespace to see each validator. Instead, put them all under the same "lockfile-lint" namespace so that it won't be hard to find the keys.

Types of changes