Huge News!Announcing our $40M Series B led by Abstract Ventures.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.4.3 to 0.5.0

14

cli.js

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

var argv = minimist(process.argv.slice(2), { boolean: ['p', 'path'] });
var argv = minimist(process.argv.slice(2), {
boolean: ['path', 'file'],
alias: {
file: 'f',
path: 'p'
}
})

@@ -19,4 +25,6 @@ if (argv.help) {

var options = {}
if (argv.p || argv.path) { options.includePath = true }
var options = {
includePath: argv.path,
filenameMode: argv.file && !argv.write
}

@@ -23,0 +31,0 @@ var output = argv._[1] ? fs.createWriteStream(argv._[1]) : process.stdout

{
"name": "bionode-fasta",
"description": "Streamable FASTA parser",
"version": "0.4.3",
"version": "0.5.0",
"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