Socket
Socket
Sign inDemoInstall

feathers-solr-node

Package Overview
Dependencies
155
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.4 to 0.2.5

8

lib/solr-client/solr.js

@@ -894,3 +894,4 @@ /*!

path: params.fullPath,
family: params.ipversion
family: params.ipversion,
timeout: params.timeout || 180000,
};

@@ -906,5 +907,8 @@

request.on("error", function onError(err) {
request.on("error", (err) =>{
if (callback) callback(err, null);
});
request.on('timeout', () => {
request.abort();
});

@@ -911,0 +915,0 @@ request.write(params.json);

@@ -10,3 +10,3 @@ {

"description": "Solr Adapter for Feathersjs. Base on Solr-client, so can also used as a Solr-client",
"version": "0.2.4",
"version": "0.2.5",
"repository": {

@@ -13,0 +13,0 @@ "type": "git",

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