Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bionode-ncbi

Package Overview
Dependencies
Maintainers
3
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bionode-ncbi - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

3

cli.js

@@ -57,1 +57,4 @@ #!/usr/bin/env node

process.stdout.on('error', function (err) {
if (err.code === 'EPIPE') { process.exit(0) }
})

2

lib/bionode-ncbi.js

@@ -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": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc