Socket
Socket
Sign inDemoInstall

@olasearch/solr-adapter

Package Overview
Dependencies
5
Maintainers
1
Versions
77
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.9.8 to 2.0.0

3

lib/dsl/FacetFieldsRange.js

@@ -44,5 +44,4 @@ 'use strict';

var rangeType = DATE_FACETS.indexOf(type) !== -1 ? 'date' : 'range';
if (DATE_FACETS.indexOf(rangeType) === -1) {
if (DATE_FACETS.indexOf(type) === -1) {
interval = step;

@@ -49,0 +48,0 @@ }

'use strict';
module.exports = '1.9.7';
module.exports = '2.0.0';
{
"name": "@olasearch/solr-adapter",
"version": "1.9.8",
"version": "2.0.0",
"description": "OlaSearch adapter for Solr",

@@ -5,0 +5,0 @@ "main": "lib/index",

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