JavaScript security CLI that allow you to deeply analyze the dependency tree of a given package or local Node.js project.

4 Open Issues Need Help Last updated: Sep 15, 2025

Open Issues Need Help

View All on GitHub
Lit.js migration roadmap about 1 month ago
help wanted V4

JavaScript security CLI that allow you to deeply analyze the dependency tree of a given package or local Node.js project.

JavaScript

JavaScript security CLI that allow you to deeply analyze the dependency tree of a given package or local Node.js project.

JavaScript

AI Summary: Implement left and right arrow navigation in the Node-Secure CLI's UI to allow users to navigate between packages when lock mode is enabled. This involves modifying the existing `network-navigation.js` file to incorporate arrow key handling for package selection.

Complexity: 3/5
good first issue

JavaScript security CLI that allow you to deeply analyze the dependency tree of a given package or local Node.js project.

JavaScript

AI Summary: Improve the readability of weekly download numbers in the Node-Secure CLI's UI by implementing `Intl.NumberFormat` to format large numbers with appropriate separators (e.g., thousands separators). This involves modifying the UI code to use the `Intl.NumberFormat` API for displaying weekly download counts, ensuring that the formatting is consistent across different locales and browsers.

Complexity: 2/5
good first issue

JavaScript security CLI that allow you to deeply analyze the dependency tree of a given package or local Node.js project.

JavaScript