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.
coverage-collector
Advanced tools
a simple server for collection of code coverage objects
###Starting the server
var collector=require('coverage-collector');
collector({port:3001});
###Collecting data
curl -X POST http://localhost:3001/data -H "Content-Type: application/json" -d '{"coverage":"object"}'
###Retrieving collected data
curl -X GET http://localhost:3001/data
returns
[{"coverage":"object"}]
###Stopping the server
curl -X GET http://localhost:3001/done
###Contributing If you have issues or you want to discuss other use cases, feel free to open an issue or send a pull request on github
FAQs
A simple server for collecting code coverage objects
The npm package coverage-collector receives a total of 264 weekly downloads. As such, coverage-collector popularity was classified as not popular.
We found that coverage-collector 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
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.