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

splainer-search

Package Overview
Dependencies
Maintainers
2
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.5.9-0 to 2.5.9

4

CHANGELOG.md
Version numbers correspond to `package.json` version
# 2.5.9 (???)
# 2.5.9 (04/27/2020)
- Highlighting on dates and integers in Solr causes an error. Work around is to append `hl.method=unified` to calls to Solr. https://github.com/o19s/splainer-search/pull/84
- a common pattern in Solr schemas is to normalize fields with dots: `foo.bar`, however if you have a array or dictionary of JSON, we want to navigate that. Now we check if the key exists with a dot in it, if not, we use that as a selector to pluck out the data in the nested JSON that we need. https://github.com/o19s/splainer-search/pull/83
# 2.5.8 (14/16/2020)
# 2.5.8 (04/16/2020)
- Fix rendering logic to handle Arrays and JSON objects so you don't get `"[object Object]"` in the UI. Another great fix by @CgamesPlay!

@@ -9,0 +9,0 @@ - Migrate to Puppeteer for browser testing. No more PhantomJS. Lots of other dependencies cleaned up, and some legacy files from when this was a full blown app instead of a library removed. `package-lock.json` dropped from 9663 lines to 4788 lines.

{
"name": "splainer-search",
"version": "2.5.9-0",
"version": "2.5.9",
"main": "splainer-search.js",

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

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