bionode-ncbi
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -57,1 +57,4 @@ #!/usr/bin/env node | ||
process.stdout.on('error', function (err) { | ||
if (err.code === 'EPIPE') { process.exit(0) } | ||
}) |
@@ -145,3 +145,3 @@ // # bionode-ncbi | ||
'db=' + db, | ||
'term=' + encodeURI(obj.replace(/['"]+/g, '')), | ||
'term=' + encodeURI(obj.toString().replace(/['"]+/g, '')), | ||
'usehistory=y' | ||
@@ -148,0 +148,0 @@ ].join('&') |
{ | ||
"name": "bionode-ncbi", | ||
"description": "Node.js module for working with the NCBI API (aka e-utils) using Streams.", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"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
1177677
4359