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.6.2 to 1.6.3

7

lib/parser.js

@@ -156,7 +156,8 @@ 'use strict';

var len = collations.length;
var i = 0;
var output = [];
while (len >= 0) {
len--;
var sg = collations[len];
while (i < len) {
i++;
var sg = collations[i];

@@ -163,0 +164,0 @@ if (sg instanceof Object) {

{
"name": "@olasearch/solr-adapter",
"version": "1.6.2",
"version": "1.6.3",
"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