New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@geneontology/dbxrefs

Package Overview
Dependencies
Maintainers
5
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@geneontology/dbxrefs - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

2

go-dbxrefs.js

@@ -19,2 +19,4 @@ const axios = require('axios');

function getURL(database, entityType, id) {
if(database == "FlyBase") database = "FB"; // This is required as for instance the GO API Autocomplete / search return ids like FlyBase:FBgn0032821
let db = dbxrefs.filter(elt => elt.database.toLowerCase() == database.toLowerCase());

@@ -21,0 +23,0 @@ if(!db) { console.log("database " , database , " not found"); return undefined; }

2

package.json
{
"name": "@geneontology/dbxrefs",
"version": "1.0.7",
"version": "1.0.8",
"description": "basic library to resolve link outs from database name and ID",

@@ -5,0 +5,0 @@ "main": "go-dbxrefs.js",

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