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.10 to 2.2.11

2

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

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

@@ -215,6 +215,6 @@ 'use strict';

if (mbins <= binsPerGenome) {
a = m;
a = (a === m) ? b : m;
}
else if (mbins > binsPerGenome) {
b = m;
b = (b === m) ? a : m;
}

@@ -221,0 +221,0 @@ }

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