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.
bionode-fastq
Advanced tools
Streamable FASTQ parser.
You need to install the latest Node.JS first, please check nodejs.org or do the following:
# Ubuntu
sudo apt-get install npm
# Mac
brew install node
# Both
npm install -g n
n stable
To use bionode-fastq
as a command line tool, you can install it globally with -g
.
npm install bionode-fastq -g
Or, if you want to use it as a JavaScript library, you need to install it in your local project folder inside the node_modules
directory by doing the same command without -g
.
npm i bionode-fastq # 'i' can be used as shorcut to 'install'
Check our documentation at doc.bionode.io or do:
bionode-fastq --help
We welcome all kinds of contributions at all levels of experience, please read the CONTRIBUTING.md to get started!
Don't be shy! Come talk to us :smiley:
FAQs
Streamable FASTQ parser
The npm package bionode-fastq receives a total of 2 weekly downloads. As such, bionode-fastq popularity was classified as not popular.
We found that bionode-fastq demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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.