Socket
Socket
Sign inDemoInstall

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.2 to 1.2.3

0

config.js

@@ -0,0 +0,0 @@ exports.ID_RESOLVING_APIS = {

4

index.js

@@ -140,7 +140,7 @@ const ID_RESOLVING_APIS = require('./config').ID_RESOLVING_APIS;

exports.autocomplete = async (input) => {
let responses;
let responses = [];
try {
responses = await this.make_queries(input);
} catch (e) {
console.log(e)
console.warn(e);
}

@@ -147,0 +147,0 @@

{
"name": "biomedical-id-autocomplete",
"version": "1.2.2",
"version": "1.2.3",
"description": "autocomplete biomedical ids",

@@ -12,3 +12,3 @@ "main": "index.js",

"type": "git",
"url": "git+https://github.com/kevinxin90/biomedical-id-autocomplete.js.git"
"url": "git+https://github.com/biothings/biomedical-id-autocomplete.js.git"
},

@@ -23,5 +23,5 @@ "keywords": [

"bugs": {
"url": "https://github.com/kevinxin90/biomedical-id-autocomplete.js/issues"
"url": "https://github.com/biothings/biomedical-id-autocomplete.js/issues"
},
"homepage": "https://github.com/kevinxin90/biomedical-id-autocomplete.js#readme",
"homepage": "https://github.com/biothings/biomedical-id-autocomplete.js#readme",
"devDependencies": {

@@ -28,0 +28,0 @@ "coveralls": "^3.1.0",

@@ -0,0 +0,0 @@ [![Build Status](https://travis-ci.com/kevinxin90/biomedical-id-autocomplete.js.svg?branch=master)](https://travis-ci.com/kevinxin90/biomedical-id-autocomplete.js)

@@ -0,0 +0,0 @@ const main = require('../index');

Sorry, the diff of this file is not supported yet

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