New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

bionode-fasta

Package Overview
Dependencies
Maintainers
3
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bionode-fasta - npm Package Compare versions

Comparing version 0.5.4 to 0.5.5

4

cli.js

@@ -17,3 +17,3 @@ #!/usr/bin/env node

return console.log(
'Usage: bionode-ncbi <options> <fasta file [required]> <output file>\n\n' +
'Usage: bionode-fasta <options> <fasta file [required]> <output file>\n\n' +
'You can also use fasta files compressed with gzip\n' +

@@ -41,3 +41,3 @@ 'If no output is provided, the result will be printed to stdout\n\n' +

if (data.trim() === '') { return }
parser.write(data.trim())
parser.write(data)
})

@@ -44,0 +44,0 @@ process.stdin.on('end', function () {

{
"name": "bionode-fasta",
"description": "Streamable FASTA parser",
"version": "0.5.4",
"version": "0.5.5",
"homepage": "http://bionode.io",

@@ -6,0 +6,0 @@ "repository": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc