Socket
Socket
Sign inDemoInstall

pelias-query

Package Overview
Dependencies
Maintainers
5
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pelias-query - npm Package Compare versions

Comparing version 9.14.0 to 9.14.1

6

layout/AddressesUsingIdsQuery.js

@@ -172,3 +172,3 @@ 'use strict';

bool: {
minimum_number_should_match: 1,
minimum_should_match: 1,
should: [

@@ -220,6 +220,6 @@ createStreetShould(vs)

// add filter.bool.minimum_number_should_match and filter.bool.should,
// add filter.bool.minimum_should_match and filter.bool.should,
// creating intermediate objects as it goes
_.set(base.query.function_score.query.bool, 'filter.bool', {
minimum_number_should_match: 1,
minimum_should_match: 1,
should: id_filters

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

{
"name": "pelias-query",
"version": "9.14.0",
"version": "9.14.1",
"description": "An Elasticsearch query builder for Pelias",

@@ -5,0 +5,0 @@ "engines": {

@@ -6,3 +6,3 @@ {

"bool": {
"minimum_number_should_match": 1,
"minimum_should_match": 1,
"should": [

@@ -9,0 +9,0 @@ {

@@ -6,3 +6,3 @@ {

"bool": {
"minimum_number_should_match": 1,
"minimum_should_match": 1,
"should": [

@@ -9,0 +9,0 @@ {

@@ -6,3 +6,3 @@ {

"bool": {
"minimum_number_should_match": 1,
"minimum_should_match": 1,
"should": [

@@ -9,0 +9,0 @@ {

@@ -6,3 +6,3 @@ {

"bool": {
"minimum_number_should_match": 1,
"minimum_should_match": 1,
"should": [

@@ -9,0 +9,0 @@ {

@@ -6,3 +6,3 @@ {

"bool": {
"minimum_number_should_match": 1,
"minimum_should_match": 1,
"should": [

@@ -9,0 +9,0 @@ {

@@ -6,3 +6,3 @@ {

"bool": {
"minimum_number_should_match": 1,
"minimum_should_match": 1,
"should": [

@@ -9,0 +9,0 @@ {

@@ -6,3 +6,3 @@ {

"bool": {
"minimum_number_should_match": 1,
"minimum_should_match": 1,
"should": [

@@ -64,3 +64,3 @@ {

"bool": {
"minimum_number_should_match": 1,
"minimum_should_match": 1,
"should": [

@@ -67,0 +67,0 @@ {

@@ -6,3 +6,3 @@ {

"bool": {
"minimum_number_should_match": 1,
"minimum_should_match": 1,
"should": [

@@ -64,3 +64,3 @@ {

"bool": {
"minimum_number_should_match": 1,
"minimum_should_match": 1,
"should": [

@@ -67,0 +67,0 @@ {

@@ -6,3 +6,3 @@ {

"bool": {
"minimum_number_should_match": 1,
"minimum_should_match": 1,
"should": [

@@ -9,0 +9,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