Security News
cURL Project and Go Security Teams Reject CVSS as Broken
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
A dead-simple terminal task list.
npm i listr3
Listr3 is designed to be super-simple to use. No need to write a schema before-hand, just say what you're doing and we'll handle it.
import Task from "listr3"
const task = new Task()
task("Doing stuff...")
sleep(1000)
task("Doing next stuff...")
sleep(1000)
const progress = task("Doing some complicated stuff", 400)
for (let i = 0; i < 400; i++) {
sleep(100)
progress()
}
task("Finally finishing up...")
sleep(1000)
task.finish()
We use the ora
and cli-progress
projects and make those option sets fully available - check out the types.
Contribution is encouraged! If I missed anything, or there's a use-case I didn't consider, definitely feel free to file an issue and/or PR. This project is licensed under the MIT license as most npm packages are. (see license.md).
FAQs
A dead-simple terminal task list.
The npm package listr3 receives a total of 6 weekly downloads. As such, listr3 popularity was classified as not popular.
We found that listr3 demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.