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.1 to 1.0.2

7

cli.js

@@ -18,2 +18,7 @@ #!/usr/bin/env node

var lastArg = argv._[argv._.length - 1]
var wantsStdin = false
if (lastArg === '-') {
wantsStdin = true
argv._.pop()
}

@@ -44,3 +49,3 @@ if (command === 'link') {

if (lastArg === '-') {
if (wantsStdin) {
process.stdin.setEncoding('utf8');

@@ -47,0 +52,0 @@

2

package.json
{
"name": "bionode-ncbi",
"description": "Node.js module for working with the NCBI API (aka e-utils) using Streams.",
"version": "1.0.1",
"version": "1.0.2",
"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