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

2

go-dbxrefs.js

@@ -21,3 +21,3 @@ const axios = require('axios');

let db = dbxrefs.filter(elt => (elt.database.toLowerCase() == database.toLowerCase()) || (elt.synonyms && elt.synonyms.includes(database)) );
if(!db || db.length == 0) { console.log("database " , database , " not found"); return undefined; }
if(!db || db.length == 0) { console.log("database " , database , " not found for requested id ", id); return undefined; }

@@ -24,0 +24,0 @@ let entity;

{
"name": "@geneontology/dbxrefs",
"version": "1.0.10",
"version": "1.0.11",
"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