Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

biomedical-id-autocomplete

Package Overview
Dependencies
Maintainers
3
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

biomedical-id-autocomplete - npm Package Compare versions

Comparing version 1.2.4 to 1.2.5

11

index.js

@@ -82,5 +82,5 @@ const ID_RESOLVING_APIS = require('./config').ID_RESOLVING_APIS;

},
timeout: 5000,
timeout: 3000,
type: semantic_type
})
}).catch(err => console.warn(err));
}

@@ -149,5 +149,6 @@

let result = {};
let res;
for (res of responses) {
result = Object.assign(result, this.parse_single_response(res));
for (let res of responses) {
if (res) {
result = Object.assign(result, this.parse_single_response(res));
}
};

@@ -154,0 +155,0 @@ for (const semantic_type of Object.keys(ID_RESOLVING_APIS)) {

{
"name": "biomedical-id-autocomplete",
"version": "1.2.4",
"version": "1.2.5",
"description": "autocomplete biomedical ids",

@@ -5,0 +5,0 @@ "main": "index.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