bionode-fasta
Advanced tools
Comparing version 0.5.3 to 0.5.4
@@ -42,2 +42,5 @@ #!/usr/bin/env node | ||
}) | ||
process.stdin.on('end', function () { | ||
parser.end() | ||
}) | ||
} | ||
@@ -44,0 +47,0 @@ |
@@ -30,3 +30,3 @@ // # bionode-fasta | ||
var fastaParser = require('fasta-parser') | ||
var split = require('split') | ||
var split = require('split2') | ||
@@ -33,0 +33,0 @@ // ## Fasta |
{ | ||
"name": "bionode-fasta", | ||
"description": "Streamable FASTA parser", | ||
"version": "0.5.3", | ||
"version": "0.5.4", | ||
"homepage": "http://bionode.io", | ||
@@ -20,3 +20,3 @@ "repository": { | ||
"pumpify": "~1.3.0", | ||
"split": "^1.0.0", | ||
"split2": "^2.0.1", | ||
"through2": "~0.6.0" | ||
@@ -23,0 +23,0 @@ }, |
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
614484
1856
+ Addedsplit2@^2.0.1
+ Addedsplit2@2.2.0(transitive)
+ Addedthrough2@2.0.5(transitive)
- Removedsplit@^1.0.0
- Removedsplit@1.0.1(transitive)