Crates.io | package-lock-lint |
lib.rs | package-lock-lint |
version | 0.2.5 |
source | src |
created_at | 2021-05-19 18:44:04.106269 |
updated_at | 2024-05-21 05:18:48.16869 |
description | linter for npm's package-lock.json |
homepage | |
repository | https://gitlab.com/legoktm/package-lock-lint |
max_upload_size | |
id | 399704 |
size | 51,183 |
A tool to lint npm's package-lock.json files at a basic level since they're impossible to review manually.
$ package-lock-lint /my/package-lock.json
Current checks:
-
is not depended upon (typo)See T242058: Add some form of static analysis for package-lock.json for discussion and inspiration that let to this tool.
(C) 2021 Kunal Mehta, under the GPL v3 or any later version.