Socket
Socket
Sign inDemoInstall

splainer-search

Package Overview
Dependencies
2
Maintainers
3
Versions
77
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.28.0 to 2.29.0

5

CHANGELOG.md
Version numbers correspond to `package.json` version. Follows the _major.minor.bugfix_ naming pattern as of 2.8.0.
# 2.29.0 (2023-11-02)
- For custom `searchapi` we now track and store the response from the API for callers to look at. Added new error handling around custom mappers so you can figure which are having issues. https://github.com/o19s/splainer-search/pull/134 by @epugh.
# 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.
- 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. https://github.com/o19s/splainer-search/pull/133 by @epugh.

@@ -6,0 +9,0 @@ # 2.27.0 (2023-10-25)

2

package.json
{
"name": "splainer-search",
"version": "2.28.0",
"version": "2.29.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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc