bionode-fasta
Advanced tools
Comparing version 0.5.0 to 0.5.1
@@ -43,1 +43,5 @@ #!/usr/bin/env node | ||
} | ||
process.stdout.on('error', function (err) { | ||
if (err.code === 'EPIPE') { process.exit(0) } | ||
}) |
{ | ||
"name": "bionode-fasta", | ||
"description": "Streamable FASTA parser", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"homepage": "http://bionode.io", | ||
@@ -6,0 +6,0 @@ "repository": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
614346
1852