Socket
Socket
Sign inDemoInstall

pelias-query

Package Overview
Dependencies
Maintainers
6
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 9.1.1 to 9.2.0

layout/VenuesQuery.js

3

index.js

@@ -9,3 +9,4 @@

StructuredFallbackQuery: require('./layout/StructuredFallbackQuery'),
AddressesUsingIdsQuery: require('./layout/AddressesUsingIdsQuery')
AddressesUsingIdsQuery: require('./layout/AddressesUsingIdsQuery'),
VenuesQuery: require('./layout/VenuesQuery')
};

@@ -12,0 +13,0 @@

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

{"name":"pelias-query","version":"9.1.1","description":"An Elasticsearch query builder for Pelias","engines":{"node":">=4.0.0"},"main":"index.js","scripts":{"lint":"jshint .","units":"node test/run.js | tap-spec","test":"npm run units","validate":"npm ls","travis":"npm run check-dependencies && npm run test","semantic-release":"semantic-release pre && npm publish && semantic-release post","check-dependencies":"node_modules/.bin/npm-check --production"},"repository":{"type":"git","url":"https://github.com/pelias/query.git"},"author":"","license":"MIT","bugs":{"url":"https://github.com/pelias/query/issues"},"homepage":"https://github.com/pelias/query#readme","dependencies":{"check-types":"^7.0.0","lodash":"^4.14.1"},"devDependencies":{"deep-diff":"^0.3.4","jshint":"^2.5.6","npm-check":"git://github.com/orangejulius/npm-check.git#disable-update-check","precommit-hook":"^3.0.0","tap-spec":"^4.1.0","tape":"^4.2.0","semantic-release":"^8.0.3"},"pre-commit":["lint","validate","test","check-dependencies"]}
{"name":"pelias-query","version":"9.2.0","description":"An Elasticsearch query builder for Pelias","engines":{"node":">=4.0.0"},"main":"index.js","scripts":{"lint":"jshint .","units":"node test/run.js | tap-spec","test":"npm run units","validate":"npm ls","travis":"npm run check-dependencies && npm run test","semantic-release":"semantic-release pre && npm publish && semantic-release post","check-dependencies":"node_modules/.bin/npm-check --production"},"repository":{"type":"git","url":"https://github.com/pelias/query.git"},"author":"","license":"MIT","bugs":{"url":"https://github.com/pelias/query/issues"},"homepage":"https://github.com/pelias/query#readme","dependencies":{"check-types":"^7.0.0","lodash":"^4.14.1"},"devDependencies":{"deep-diff":"^0.3.4","jshint":"^2.5.6","npm-check":"git://github.com/orangejulius/npm-check.git#disable-update-check","precommit-hook":"^3.0.0","tap-spec":"^4.1.0","tape":"^4.2.0","semantic-release":"^8.0.3"},"pre-commit":["lint","validate","test","check-dependencies"]}

@@ -10,2 +10,3 @@

require('./layout/StructuredFallbackQuery.js'),
require('./layout/VenuesQuery.js'),
require('./lib/Variable.js'),

@@ -12,0 +13,0 @@ require('./lib/VariableStore.js'),

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