Socket
Book a DemoInstallSign in
Socket

@visual-framework/embl-breadcrumbs-lookup

Package Overview
Dependencies
Maintainers
5
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@visual-framework/embl-breadcrumbs-lookup - npm Package Compare versions

Comparing version

to
1.2.1

4

CHANGELOG.md

@@ -0,1 +1,5 @@

### 1.2.1
* Updated search URL parameter [Tracking issue](https://github.com/visual-framework/vf-core/issues/2163)
### 1.2.0

@@ -2,0 +6,0 @@

2

embl-breadcrumbs-lookup.js

@@ -232,3 +232,3 @@ // embl-breadcrumbs-lookup

// fallback for people: search people directory
termObject.url = "https://www.embl.org/search/?searchQuery="+termName.replace(/[\W_]+/g," ").replace(/\s+/g, "-").toLowerCase()+"&activeFacet=People%20directory&origin=breadcrumbTermNotFound";
termObject.url = "https://www.embl.org/search/#stq="+termName.replace(/[\W_]+/g," ").replace(/\s+/g, "-").toLowerCase()+"&activeFacet=People%20directory&origin=breadcrumbTermNotFound";
} else {

@@ -235,0 +235,0 @@ // otherwise try and search

{
"version": "1.2.0",
"version": "1.2.1",
"name": "@visual-framework/embl-breadcrumbs-lookup",

@@ -22,3 +22,3 @@ "description": "embl-breadcrumbs-lookup component",

],
"gitHead": "801a48274de5b760be643a94e4455ddef7d500d5"
"gitHead": "6059bda1bd78e57943b66be03c3f0208399d0afd"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet