Socket
Socket
Sign inDemoInstall

splainer-search

Package Overview
Dependencies
Maintainers
3
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

splainer-search - npm Package Compare versions

Comparing version 2.27.0 to 2.28.0

3

CHANGELOG.md
Version numbers correspond to `package.json` version. Follows the _major.minor.bugfix_ naming pattern as of 2.8.0.
# 2.28.0 (2023-11-01)
- Introduced a `httpProxyTransportFactory` that wraps the other `transporters` for when you want to send a request via proxy. It is enabled by passing in your `settings` the value `proxyUrl:'http://myserver/proxy'`. This works much better than the previous approach of managing the url with a proxy at the Quepid level.
# 2.27.0 (2023-10-25)

@@ -4,0 +7,0 @@ - In 2.26.0 we required you to specify a "responseParser" for a custom search api that was OS, ES, or Solr. However, that was VERY limiting, and required you to return your search results from your custom search api in one of those formats. We now have the concept of _mappers_, which are JavaScript code that converts from the JSON format that your API returns to the native JavaScript objects that splainer-search uses. In this release we have `numberOfResultsMapper` and `docsMapper` mappers defined, and this will evolve. https://github.com/o19s/splainer-search/pull/132 by @epugh.

2

package.json
{
"name": "splainer-search",
"version": "2.27.0",
"version": "2.28.0",
"main": "splainer-search.js",

@@ -5,0 +5,0 @@ "authors": [

Sorry, the diff of this file is too big to display

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