Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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 6.0.0 to 6.1.0

5

package.json
{
"name": "pelias-query",
"version": "6.0.0",
"version": "6.1.0",
"description": "An Elasticsearch query builder for Pelias",
"main": "index.js",
"scripts": {
"test": "node test/run.js | tap-spec"
"units": "node test/run.js | tap-spec",
"test": "npm run units"
},

@@ -9,0 +10,0 @@ "repository": {

10

view/popularity.js

@@ -24,8 +24,3 @@

score_mode: 'first',
boost_mode: 'replace',
filter: {
'exists': {
'field': vs.var('popularity:field')
}
}
boost_mode: 'replace'
}

@@ -37,3 +32,4 @@ };

modifier: vs.var('popularity:modifier'),
field: vs.var('popularity:field')
field: vs.var('popularity:field'),
missing: 1
},

@@ -40,0 +36,0 @@ weight: vs.var('popularity:weight')

@@ -24,8 +24,3 @@

score_mode: 'first',
boost_mode: 'replace',
filter: {
'exists': {
'field': vs.var('population:field')
}
}
boost_mode: 'replace'
}

@@ -37,3 +32,4 @@ };

modifier: vs.var('population:modifier'),
field: vs.var('population:field')
field: vs.var('population:field'),
missing: 1
},

@@ -40,0 +36,0 @@ weight: vs.var('population:weight')

Sorry, the diff of this file is not supported yet

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