Socket
Socket
Sign inDemoInstall

pelias-query

Package Overview
Dependencies
2
Maintainers
5
Versions
76
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 9.13.0 to 9.14.0

1

defaults.json

@@ -13,3 +13,2 @@ {

"boundary:circle:distance_type": "plane",
"boundary:circle:optimize_bbox": "indexed",

@@ -16,0 +15,0 @@ "boundary:rect:type": "indexed",

2

package.json
{
"name": "pelias-query",
"version": "9.13.0",
"version": "9.14.0",
"description": "An Elasticsearch query builder for Pelias",

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

@@ -345,3 +345,2 @@ >This repository is part of the [Pelias](https://github.com/pelias/pelias)

"distance_type": "plane",
"optimize_bbox": "indexed",
"center_point": {

@@ -348,0 +347,0 @@ "lat": 51.5,

@@ -10,3 +10,2 @@ var boundary_circle = require('../../view/boundary_circle');

vs.var('boundary:circle:distance_type', 'distance_type value');
vs.var('boundary:circle:optimize_bbox', 'optimize_bbox value');
vs.var('centroid:field', 'field value');

@@ -58,3 +57,2 @@

distance_type: { $: 'distance_type value' },
optimize_bbox: { $: 'optimize_bbox value' },
'field value': {

@@ -61,0 +59,0 @@ lat: { $: 'lat value' },

@@ -9,3 +9,2 @@

!vs.isset('boundary:circle:distance_type') ||
!vs.isset('boundary:circle:optimize_bbox') ||
!vs.isset('centroid:field') ){

@@ -20,3 +19,2 @@ return null;

distance_type: vs.var('boundary:circle:distance_type'),
optimize_bbox: vs.var('boundary:circle:optimize_bbox')
}

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

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