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.
create-lite-jest-runner
Advanced tools
A lightweight Jest runner creator.
create-jest-runner
?Honestly, you shouldn't. create-jest-runner
is an incredible package and provided the base for all of the Jest runners I've created for years. I created this package to centralize an abstraction I created for my runners after updating some of their dependencies to their new ESM versions.
create-jest-runner
properly handles the lower level worker abstraction for the runners it creates. This package does not. Instead, this package creates runners that run tests inline, regardless if that is requested or not. This is a sacrifice being made because jest-worker
does not yet support ESM files without some heavy quirks (as of March 10, 2022).
DO NOT create a runner with this package unless you are absolutely certain that this is a trade off you are willing to make.
Copyright 2022 Kepler Sticka-Jones. Licensed ISC.
FAQs
A lightweight Jest runner creator
The npm package create-lite-jest-runner receives a total of 505 weekly downloads. As such, create-lite-jest-runner popularity was classified as not popular.
We found that create-lite-jest-runner 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.