bionode-ncbi
Advanced tools
Comparing version 0.8.0 to 0.8.1
@@ -49,2 +49,2 @@ #!/usr/bin/env node | ||
}) | ||
} | ||
} |
@@ -145,3 +145,3 @@ // # bionode-ncbi | ||
'db=' + db, | ||
'term=' + encodeURI(obj), | ||
'term=' + encodeURI(obj.replace(/['"]+/g, '')), | ||
'usehistory=y' | ||
@@ -335,2 +335,3 @@ ].join('&') | ||
var log = { | ||
uid: obj.uid, | ||
url: url, | ||
@@ -337,0 +338,0 @@ path: path, |
{ | ||
"name": "bionode-ncbi", | ||
"description": "Node.js module for working with the NCBI API (aka e-utils) using Streams.", | ||
"version": "0.8.0", | ||
"version": "0.8.1", | ||
"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
1177730
4358