New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

blacklight-frontend

Package Overview
Dependencies
Maintainers
0
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blacklight-frontend - npm Package Compare versions

Comparing version 8.8.0 to 8.8.1

2

app/assets/javascripts/blacklight/blacklight.esm.js

@@ -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

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