Socket
Socket
Sign inDemoInstall

gramene-bins-client

Package Overview
Dependencies
Maintainers
3
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gramene-bins-client - npm Package Compare versions

Comparing version 2.2.13 to 2.2.14

2

package.json
{
"name": "gramene-bins-client",
"version": "2.2.13",
"version": "2.2.14",
"description": "Provide API for working with gene distribution bins provided by data.gramene.org/genes",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -208,3 +208,3 @@ 'use strict';

var nbins = countBins(binSize);
if (nbins > binsPerGenome) {
if (nbins > binsPerGenome && binsPerGenome > genome.regionCount()) {
var a = Math.floor(genome.assembledGenomeSize / (binsPerGenome - genome.regionCount()));

@@ -211,0 +211,0 @@ var b = binSize;

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