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.5 to 1.0.6

5

go-dbxrefs.js

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

let url = entity[0].url_syntax.substring(0 , entity[0].url_syntax.indexOf("[example_id]"));
let url = entity[0].url_syntax.replace("[example_id]", "");
// let url = entity[0].url_syntax.substring(0 , entity[0].url_syntax.indexOf("[example_id]"));
return url + id;

@@ -47,5 +48,3 @@ }

// console.log(getURL("WB", undefined, "WBGene00006575"));
async function init() {

@@ -52,0 +51,0 @@ await axios.get(URL)

2

package.json
{
"name": "@geneontology/dbxrefs",
"version": "1.0.5",
"version": "1.0.6",
"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