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.15 to 2.8.0

2

lib/core/response.js

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

['facets', 'highlighting', 'spellcheck', 'moreLikeThis', 'querqy_decorations', 'querqy.infoLog'].forEach(d => {
['facets', 'highlighting', 'spellcheck', 'suggest', 'moreLikeThis', 'querqy_decorations', 'querqy.infoLog'].forEach(d => {
if (res[d]) response[d] = res[d];

@@ -23,0 +23,0 @@ });

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

@@ -56,23 +56,23 @@ "keywords": [

"dependencies": {
"@feathersjs/adapter-commons": "^4.5.11",
"@feathersjs/commons": "^4.5.11",
"@feathersjs/errors": "^4.5.11",
"debug": "^4.3.1",
"qs": "^6.10.1",
"uuid": "^8.3.2"
"@feathersjs/adapter-commons": "^4.5.2",
"@feathersjs/commons": "^4.5.8",
"@feathersjs/errors": "^4.5.8",
"debug": "^4.1.1",
"qs": "^6.9.4",
"uuid": "^8.3.0"
},
"devDependencies": {
"@feathersjs/adapter-tests": "^4.5.11",
"@feathersjs/express": "^4.5.11",
"@feathersjs/feathers": "^4.5.11",
"@types/node-fetch": "^2.5.8",
"dtslint": "^4.0.8",
"@feathersjs/adapter-tests": "^4.5.2",
"@feathersjs/express": "^4.5.8",
"@feathersjs/feathers": "^4.5.8",
"@types/node-fetch": "^2.5.7",
"dtslint": "^4.0.0",
"istanbul": "^1.1.0-alpha.1",
"minimist": ">=1.2.5",
"mocha": "^8.3.2",
"mocha": "^8.1.3",
"node-fetch": "^2.6.1",
"semistandard": "^16.0.0",
"semistandard": "^14.2.3",
"tslint": "^6.1.3",
"undici": "^3.3.3"
"undici": "^2.0.0"
}
}
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