Socket
Socket
Sign inDemoInstall

pelias-query

Package Overview
Dependencies
1
Maintainers
5
Versions
76
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 9.17.0 to 9.18.0

lib/leaf/match_phrase.js

5

index.js

@@ -14,2 +14,7 @@

module.exports.view = {
leaf: {
match_all: require('./view/leaf/match_all'),
match_phrase: require('./view/leaf/match_phrase'),
match: require('./view/leaf/match')
},
focus: require('./view/focus'),

@@ -16,0 +21,0 @@ focus_only_function: require('./view/focus_only_function'),

2

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

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

@@ -11,2 +11,5 @@

require('./layout/VenuesQuery.js'),
require('./lib/leaf/match.js'),
require('./lib/leaf/match_phrase.js'),
require('./lib/leaf/terms.js'),
require('./lib/Variable.js'),

@@ -33,3 +36,5 @@ require('./lib/VariableStore.js'),

require('./view/sources.js'),
require('./view/boundary_gid.js')
require('./view/boundary_gid.js'),
require('./view/leaf/match.js'),
require('./view/leaf/match_phrase.js')
];

@@ -36,0 +41,0 @@

@@ -1,2 +0,2 @@

var terms = require('./terms');
const terms = require('../lib/leaf/terms');

@@ -3,0 +3,0 @@ module.exports = function( vs ){

@@ -1,2 +0,2 @@

var terms = require('./terms');
const terms = require('../lib/leaf/terms');

@@ -3,0 +3,0 @@ module.exports = function( vs ){

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc