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.19.0 to 2.20.1

5

CHANGELOG.md
Version numbers correspond to `package.json` version. Follows the _major.minor.bugfix_ naming pattern as of 2.8.0.
# 2.20.0 (2022-10-13)
- We now support API keys! Search engine deploys (like Elastic Cloud) are increasingly locked down, with an API Key being the most common way to access them. Splainer-search now supports custom headers, which supports the api key usecase, and lays ground work for other use cases. A huge round of thanks goes to @aditya-kanekar who created the first implmentation via https://github.com/o19s/splainer-search/pull/116, and then @worleydl for making it more generic. This improvement will be surfaced into [Splainer](http://splainer.io) and [Quepid](http://quepid.com) asap.
- Splainer-search is ASL2.0 licensed, but there was a mismatch in package.json that said MIT. Fixed this, and eliminated a old javascript `promise.js` implementation that isn't used in the library. https://github.com/o19s/splainer-search/pull/115 by @epugh.
# 2.19.0 (2022-09-06)

@@ -4,0 +9,0 @@ - Extract query performance timing data from Solr queries. We already had access to the information, it just wasn't passed through the splainer-search layer. https://github.com/o19s/splainer-search/pull/110 by @epugh.

6

package.json
{
"name": "splainer-search",
"version": "2.19.0",
"version": "2.20.1",
"main": "splainer-search.js",

@@ -21,3 +21,3 @@ "authors": [

],
"license": "MIT",
"license": "Apache-2.0",
"ignore": [

@@ -56,3 +56,3 @@ "**/.*",

"karma-jasmine": "^5.1.0",
"puppeteer": "^17.1.1"
"puppeteer": "^18.0.2"
},

@@ -59,0 +59,0 @@ "engines": {

@@ -337,3 +337,3 @@ [![Build Status](https://travis-ci.org/o19s/splainer-search.svg?branch=master)](https://travis-ci.org/o19s/splainer-search)

Don't forget to create a release on Github as well!
This will also pop open a browser window on GitHub to create a new release for the project.

@@ -340,0 +340,0 @@

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