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

pelias-schema

Package Overview
Dependencies
Maintainers
5
Versions
110
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pelias-schema - npm Package Compare versions

Comparing version 6.0.0 to 6.1.0

17

mappings/document.js

@@ -74,2 +74,3 @@ const admin = require('./partial/admin');

continent_id: keyword,
continent_source: keyword,

@@ -80,2 +81,3 @@ // https://github.com/whosonfirst/whosonfirst-placetypes#ocean

ocean_id: keyword,
ocean_source: keyword,

@@ -86,2 +88,3 @@ // https://github.com/whosonfirst/whosonfirst-placetypes#empire

empire_id: keyword,
empire_source: keyword,

@@ -92,2 +95,3 @@ // https://github.com/whosonfirst/whosonfirst-placetypes#country

country_id: keyword,
country_source: keyword,

@@ -98,2 +102,3 @@ // https://github.com/whosonfirst/whosonfirst-placetypes#dependency

dependency_id: keyword,
dependency_source: keyword,

@@ -104,2 +109,3 @@ // https://github.com/whosonfirst/whosonfirst-placetypes#marinearea

marinearea_id: keyword,
marinearea_source: keyword,

@@ -110,2 +116,3 @@ // https://github.com/whosonfirst/whosonfirst-placetypes#macroregion

macroregion_id: keyword,
macroregion_source: keyword,

@@ -116,2 +123,3 @@ // https://github.com/whosonfirst/whosonfirst-placetypes#region

region_id: keyword,
region_source: keyword,

@@ -122,2 +130,3 @@ // https://github.com/whosonfirst/whosonfirst-placetypes#macrocounty

macrocounty_id: keyword,
macrocounty_source: keyword,

@@ -128,2 +137,3 @@ // https://github.com/whosonfirst/whosonfirst-placetypes#county

county_id: keyword,
county_source: keyword,

@@ -134,2 +144,3 @@ // https://github.com/whosonfirst/whosonfirst-placetypes#locality

locality_id: keyword,
locality_source: keyword,

@@ -140,2 +151,3 @@ // https://github.com/whosonfirst/whosonfirst-placetypes#borough

borough_id: keyword,
borough_source: keyword,

@@ -146,2 +158,3 @@ // https://github.com/whosonfirst/whosonfirst-placetypes#localadmin

localadmin_id: keyword,
localadmin_source: keyword,

@@ -152,2 +165,3 @@ // https://github.com/whosonfirst/whosonfirst-placetypes#neighbourhood

neighbourhood_id: keyword,
neighbourhood_source: keyword,

@@ -157,3 +171,4 @@ // https://github.com/whosonfirst/whosonfirst-placetypes#postalcode

postalcode_a: postalcode,
postalcode_id: keyword
postalcode_id: keyword,
postalcode_source: keyword
}

@@ -160,0 +175,0 @@ },

2

package.json
{
"name": "pelias-schema",
"version": "6.0.0",
"version": "6.1.0",
"author": "pelias",

@@ -5,0 +5,0 @@ "description": "Elasticsearch schema files and tooling for Pelias",

Sorry, the diff of this file is too big to display

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