New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

feathers-solr

Package Overview
Dependencies
Maintainers
1
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

feathers-solr - npm Package Compare versions

Comparing version 2.7.12 to 2.7.13

2

lib/core/query.js

@@ -102,3 +102,3 @@ const { _ } = require('@feathersjs/commons');

query: (adapterQuery.$search || '*:*').toString(),
fields: filters.$select ? filters.$select.join(',') + ',id' : '*,score',
fields: Array.isArray(filters.$select) ? filters.$select.join(',') + ',id' : '*,score',
limit: paginate.max || paginate.default || 10,

@@ -105,0 +105,0 @@ offset: 0

{
"name": "feathers-solr",
"description": "A service plugin for Solr",
"version": "2.7.12",
"version": "2.7.13",
"homepage": "https://github.com/sajov/feathers-solr",

@@ -6,0 +6,0 @@ "keywords": [

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc