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.
@sprocketbot/listodo
Advanced tools
`listodo` is a lightweight and configurable script that lists any TODO comments in your app for better visibility and encouraged resolution.
listodo
is a lightweight and configurable script that lists any TODO comments in your app for better visibility and encouraged resolution.
Install listodo
into your project
npm i -D @sprocketbot/listodo
Add a script to your package.json
{
"scripts": {
"todo": "listodo"
}
}
Run listodo
npm run todo
To have listodo run before committing (or with any other Git hook), you need to install and configure husky
# Install husky
npm install husky -D
# Configure your project to set up husky
npm set-script prepare "husky install"
npm run prepare
Then, you can add a hook to run listodo
# Run listodo pre-commit
npx husky add .husky/pre-commit "npx listodo"
# Run listodo on another hook
npx husky add .husky/<git-hook> "npx listodo"
FAQs
`listodo` is a lightweight and configurable script that lists any TODO comments in your app for better visibility and encouraged resolution.
We found that @sprocketbot/listodo demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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.