Socket
Socket
Sign inDemoInstall

olasearch-solr-adapter

Package Overview
Dependencies
1
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.5 to 0.0.6

3

adapter.js

@@ -267,2 +267,5 @@ 'use strict';

return str;
},
requestParameters: function requestParameters(response) {
return response.responseHeader.params;
}

@@ -269,0 +272,0 @@ };

@@ -269,2 +269,5 @@ import { flatten } from 'ramda';

return str;
},
requestParameters(response) {
return response.responseHeader.params
}

@@ -271,0 +274,0 @@ }

2

package.json
{
"name": "olasearch-solr-adapter",
"version": "0.0.5",
"version": "0.0.6",
"description": "OlaSearch adapter for Solr",

@@ -5,0 +5,0 @@ "main": "adapter.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc