Socket
Socket
Sign inDemoInstall

pelias-query

Package Overview
Dependencies
1
Maintainers
1
Versions
76
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.1.0

4

layout/FilteredBooleanQuery.js

@@ -13,4 +13,4 @@

Layout.prototype.filter = function( view, operator ){
this._filter.push([ view, operator === 'must' ? 'must': 'should' ]);
Layout.prototype.filter = function( view ){
this._filter.push([ view, 'must' ]);
return this;

@@ -17,0 +17,0 @@ };

{
"name": "pelias-query",
"version": "1.0.0",
"version": "1.1.0",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

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