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 8.0.0 to 8.1.0

test/view/layers.js

2

package.json

@@ -38,3 +38,3 @@ {

],
"version": "8.0.0"
"version": "8.1.0"
}

@@ -16,2 +16,3 @@

require('./view/focus.js'),
require('./view/layers.js'),
require('./view/localregions.js'),

@@ -18,0 +19,0 @@ require('./view/multi_match.js'),

@@ -0,1 +1,3 @@

var terms = require('./terms');
module.exports = function( vs ){

@@ -6,7 +8,3 @@ if( !vs.isset('sources')) {

return {
terms: {
source: vs.var('sources')
}
};
return terms('source', vs.var('sources'));
};
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