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

bionode-ncbi

Package Overview
Dependencies
Maintainers
1
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 0.8.0 to 0.8.1

2

cli.js

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

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