cli
cli copied to clipboard
JavaScript security CLI that allow you to deeply analyze the dependency tree of a given package or local Node.js project.
Current report logo is injected here: https://github.com/NodeSecure/cli/blob/537e9987f4b3dc2c8ae7782cc8808c618dce1a41/src/http-server/endpoints/report.js#L45 Maybe we should omit the logo or find a way if possible to fetch the repository org one?
Current HTTP server doesn't log much, would be cool to add few console.log and console.error (when catching for example)
There is still a lot of room to improve the i18n support across the Web UI: - Moving i18n package translation locally here (**cli** and **ui**). - Find a way...
CLI Roadmap for major 3 - https://github.com/NodeSecure/cli/issues/270 - https://github.com/NodeSecure/cli/issues/292 - https://github.com/NodeSecure/cli/issues/310 - Implement a new searchbar like GitHub. Similar to ninja-keys: https://github.com/ssleptsov/ninja-keys (but this lib will not be enough for...
The idea would be to launch the NodeSecure UI like `nsecure search` and be able to search one or many packages like [preview](https://github.com/NodeSecure/preview) Doing so could allow us in the...
Bumps the dependencies group with 4 updates in the / directory: [@topcli/prompts](https://github.com/TopCli/prompts), [cacache](https://github.com/npm/cacache), [ini](https://github.com/npm/ini) and [sirv](https://github.com/lukeed/sirv). Updates `@topcli/prompts` from 1.11.0 to 2.0.0 Release notes Sourced from @topcli/prompts's releases. v2.0.0 What's...
Bumps the development-dependencies group with 1 update: [esbuild](https://github.com/evanw/esbuild). Updates `esbuild` from 0.23.1 to 0.24.0 Release notes Sourced from esbuild's releases. v0.24.0 This release deliberately contains backwards-incompatible changes. To avoid automatically...
Bumps the github-actions group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [step-security/harden-runner](https://github.com/step-security/harden-runner) | `2.9.1` |...
- Added logs to various endpoints to track incoming requests, responses, and errors. - Enhanced error handling with more detailed logs, including status codes. - Improved overall visibility into the...
The search bar component is quite old and the code is a bit messy. Additionally, the UI itself hasn't aged well, and we need to rethink how it’s positioned and...