Socket
Socket
Sign inDemoInstall

@olasearch/solr-adapter

Package Overview
Dependencies
6
Maintainers
5
Versions
77
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.7 to 2.0.8

.idea/workspace.xml

5

lib/queryBuilder.js

@@ -139,6 +139,7 @@ 'use strict';

type = _ref2.type,
rest = _objectWithoutProperties(_ref2, ['value', 'type']);
facet_type = _ref2.facet_type,
rest = _objectWithoutProperties(_ref2, ['value', 'type', 'facet_type']);
return _extends({}, rest, {
type: (0, _utils.getFacetTypeFromSlot)(type, value),
type: facet_type || (0, _utils.getFacetTypeFromSlot)(type, value),
selected: value

@@ -145,0 +146,0 @@ });

2

lib/version.js
'use strict';
module.exports = '2.0.7';
module.exports = '2.0.8';
{
"name": "@olasearch/solr-adapter",
"version": "2.0.7",
"version": "2.0.8",
"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