blacklight-frontend
Advanced tools
Comparing version 8.8.0 to 8.8.1
@@ -135,3 +135,3 @@ /* Converts a "toggle" form, with single submit button to add/remove | ||
const urlToFetch = `/catalog/facet_suggest/${facetField}/${queryFragment}`; | ||
const urlToFetch = `/catalog/facet_suggest/${facetField}/${queryFragment}${window.location.search}`; | ||
const response = await fetch(urlToFetch); | ||
@@ -138,0 +138,0 @@ if (response.ok) { |
@@ -141,3 +141,3 @@ (function (global, factory) { | ||
const urlToFetch = `/catalog/facet_suggest/${facetField}/${queryFragment}`; | ||
const urlToFetch = `/catalog/facet_suggest/${facetField}/${queryFragment}${window.location.search}`; | ||
const response = await fetch(urlToFetch); | ||
@@ -144,0 +144,0 @@ if (response.ok) { |
@@ -9,3 +9,3 @@ import debounce from "blacklight/debounce"; | ||
const urlToFetch = `/catalog/facet_suggest/${facetField}/${queryFragment}` | ||
const urlToFetch = `/catalog/facet_suggest/${facetField}/${queryFragment}${window.location.search}` | ||
const response = await fetch(urlToFetch); | ||
@@ -12,0 +12,0 @@ if (response.ok) { |
{ | ||
"name": "blacklight-frontend", | ||
"version": "8.8.0", | ||
"version": "8.8.1", | ||
"description": "The frontend code and styles for Blacklight", | ||
@@ -5,0 +5,0 @@ "main": "app/assets/javascripts/blacklight", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Unstable ownership
Supply chain riskA new collaborator has begun publishing package versions. Package stability and security risk may be elevated.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
149323
1