
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
todo-linear-cli
Advanced tools
CLI to turn your TODOs into Linear issues/tickets.
TODOs can clutter your codebase and hinder your productivity.
With todo-linear-cli
, you can easily upload and organize your TODOs without
installing an IDE-specific plugin.
With NPM:
npm i -g todo-linear-cli
With Yarn:
yarn global add todo-linear-cli
// TODO: Refactor foo algorithm
function foo() {
// TODO: Pick more descriptive name for bar
const bar = '...';
}
// TODO: Implement baz function
function baz() {}
Run todo-linear-cli convert
to turn your TODOs into issues.
This command will only find TODOs located in your current working directory.
Generated files such as node_modules
are ignored and will not be searched.
You will be prompted to sign in via Linear OAuth, then you will be able to pick the team in Linear you want issues to be created in.
Once you've completed the steps above, the issues will be automatically created for you in Linear.
-e
or --extensions
: Specify file extensions to search with regex format. Example: todo-linear-cli convert -e ".js|.html"
. Defaults to .js
and .ts
files.-o
or --omit
: Omit files by name with regex format. Example: todo-linear-cli convert -o ".next"
. Defaults to node_modules
.FAQs
Convert TODOs to Linear tickets
The npm package todo-linear-cli receives a total of 1 weekly downloads. As such, todo-linear-cli popularity was classified as not popular.
We found that todo-linear-cli 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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.