Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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.21.0 to 2.22.0

6

CHANGELOG.md
Version numbers correspond to `package.json` version. Follows the _major.minor.bugfix_ naming pattern as of 2.8.0.
# 2.22.0 (2023-06-07)
- Template calls to OS and ES previously required you to add a "/template" to the url in tools like Quepid.
However, by looking for an `id:` parameter in the query, we can identify when a template has been provide, and only then add the /template. This will make the experience in Quepid smoother, and fix some issues where non template calls are sent and fail due to the OS/ES url having a trailing /template! https://github.com/o19s/splainer-search/pull/122 by @epugh fixes https://github.com/o19s/quepid/issues/747.
- Simplified the unit tests be eliminating the old ES4 and ES5 distinct tests. https://github.com/o19s/splainer-search/pull/121 by @epugh.
# 2.21.0 (2023-05-23)

@@ -4,0 +10,0 @@ - Urls to documents that have a document id with a `#` character embedded don't pass the id into OpenSearch and Elasticsearch. We now escape that character to fool the browser ;-). https://github.com/o19s/splainer-search/pull/120 by @epugh fixes https://github.com/o19s/splainer-search/issues/119.

2

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