Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@aklinker1/check
Advanced tools
An opinionated CLI tool to run all your checks all at once. The command will only exit with code 0 when no problems exist.
An opinionated CLI tool to run all your checks all at once. The command will only exit with code 0 when no problems exist.
https://github.com/aklinker1/check/assets/10101283/c8089e5c-e25f-4f59-8897-d2a6f97a3139
pnpm i @aklinker1/check
pnpm check
pnpm check --fix
To enable checks for any of the following modules, just install them:
pnpm i -D typescript oxlint prettier publint eslint
This project is built using bun
. Demo project uses PNPM.
# Setup
bun i
pushd demo
pnpm i
popd
# Build NPM package
bun run build
# Run checks
bun check --help
bun check
bun check demo
I've added everything I use, so if you want to add support for another tool, feel free.
Just copy src/tools/prettier.ts
and src/tools/prettier.test.ts
, update the implementations (yes, tests are required), and add your new tool to src/tools/index.ts
's ALL_TOOLS
export.
FAQs
An opinionated CLI tool to run all your checks all at once. The command will only exit with code 0 when no problems exist.
The npm package @aklinker1/check receives a total of 322 weekly downloads. As such, @aklinker1/check popularity was classified as not popular.
We found that @aklinker1/check demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.