bionode-ncbi
Advanced tools
Comparing version 1.0.3 to 1.0.4
#!/usr/bin/env node | ||
var minimist = require('minimist') | ||
var JSONStream = require('JSONStream') | ||
var split = require('split') | ||
var ncbi = require('./') | ||
@@ -51,3 +52,3 @@ | ||
process.stdin.on('data', function(data) { | ||
process.stdin.pipe(split()).on('data', function(data) { | ||
if (data.trim() === '') { return } | ||
@@ -54,0 +55,0 @@ ncbiStream.write(data.trim()) |
{ | ||
"name": "bionode-ncbi", | ||
"description": "Node.js module for working with the NCBI API (aka e-utils) using Streams.", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"homepage": "http://github.com/bionode/bionode-ncbi", | ||
@@ -26,2 +26,3 @@ "repository": { | ||
"request": "^2.37.0", | ||
"split": "^0.3.3", | ||
"through2": "^0.6.3", | ||
@@ -28,0 +29,0 @@ "tool-stream": "0.0.1", |
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
1177743
4360
15
+ Addedsplit@^0.3.3
+ Addedsplit@0.3.3(transitive)