bionode-ncbi
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -18,2 +18,7 @@ #!/usr/bin/env node | ||
var lastArg = argv._[argv._.length - 1] | ||
var wantsStdin = false | ||
if (lastArg === '-') { | ||
wantsStdin = true | ||
argv._.pop() | ||
} | ||
@@ -44,3 +49,3 @@ if (command === 'link') { | ||
if (lastArg === '-') { | ||
if (wantsStdin) { | ||
process.stdin.setEncoding('utf8'); | ||
@@ -47,0 +52,0 @@ |
{ | ||
"name": "bionode-ncbi", | ||
"description": "Node.js module for working with the NCBI API (aka e-utils) using Streams.", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"homepage": "http://github.com/bionode/bionode-ncbi", | ||
@@ -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
1177571
4356