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.3 to 1.0.4

3

cli.js
#!/usr/bin/env node
var minimist = require('minimist')
var JSONStream = require('JSONStream')
var split = require('split')
var ncbi = require('./')

@@ -51,3 +52,3 @@

process.stdin.on('data', function(data) {
process.stdin.pipe(split()).on('data', function(data) {
if (data.trim() === '') { return }

@@ -54,0 +55,0 @@ ncbiStream.write(data.trim())

{
"name": "bionode-ncbi",
"description": "Node.js module for working with the NCBI API (aka e-utils) using Streams.",
"version": "1.0.3",
"version": "1.0.4",
"homepage": "http://github.com/bionode/bionode-ncbi",

@@ -26,2 +26,3 @@ "repository": {

"request": "^2.37.0",
"split": "^0.3.3",
"through2": "^0.6.3",

@@ -28,0 +29,0 @@ "tool-stream": "0.0.1",

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