Open Issues Need Help
View All on GitHubJavaScript security CLI that allow you to deeply analyze the dependency tree of a given package or local Node.js project.
JavaScript security CLI that allow you to deeply analyze the dependency tree of a given package or local Node.js project.
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.
JavaScript security CLI that allow you to deeply analyze the dependency tree of a given package or local Node.js project.
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.
JavaScript security CLI that allow you to deeply analyze the dependency tree of a given package or local Node.js project.