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.
🐷 Poku is your test runner pet for Node.js, Bun and Deno, combining flexibility, parallel and sequential runs, human-friendly assertion errors and high isolation level
Poku is your test runner pet for Node.js, Bun and Deno combining flexibility, parallel and sequential runs, human-friendly assertion errors and high isolation level.
Enjoying Poku? Consider giving him a star ⭐️
Poku starts from the premise where tests come to help, not overcomplicate: runs test files in an individual process per file, shows progress and exits 🧙🏻
Sequential | Parallel |
---|---|
npx poku test/unit,test/integration | npx poku --parallel test/unit,test/integration |
.test.
files, but you can customize it using the option filter
.Poku also includes the assert
method, keeping everything as it is, but providing human readability:
import { assert } from 'poku'; // Node and Bun
import { assert } from 'npm:poku'; // Deno
assert(true);
assert.deepStrictEqual(1, '1', 'My optional custom message');
npm install --save-dev poku
npm install --save-dev poku tsx
bun add --dev poku
import { poku } from 'npm:poku';
--allow-read
, --allow-env
and --allow-run
.import { poku } from 'poku';
await poku(['targetDirA', 'targetDirB']);
import { poku } from 'npm:poku';
await poku(['targetDirA', 'targetDirB']);
npx poku targetDirA,targetDirB
bun poku targetDirA,targetDirB
deno run npm:poku targetDirA,targetDirB
To see the detailed documentation, please visit the Documentation section in the Poku's website.
I'm continuously working to improve Poku. If you've got something interesting to share, feel free to submit a Pull Request. If you notice something wrong, I'd appreciate if you'd open an Issue.
FAQs
🐷 Poku makes testing easy for Node.js, Bun, Deno, and you at the same time.
The npm package poku receives a total of 300 weekly downloads. As such, poku popularity was classified as not popular.
We found that poku 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.