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

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.0 to 9.1.1

2

defaults.json

@@ -56,3 +56,3 @@ {

"admin:region:analyzer": "peliasAdmin",
"admin:region:field": "paretn.region",
"admin:region:field": "parent.region",
"admin:region:boost": 1,

@@ -59,0 +59,0 @@

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

{
"name": "pelias-query",
"version": "9.1.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": "^7.0.1"
},
"pre-commit": [
"lint",
"validate",
"test",
"check-dependencies"
]
}
{"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"]}

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