Socket
Socket
Sign inDemoInstall

@mapbox/mvt-fixtures

Package Overview
Dependencies
Maintainers
14
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mapbox/mvt-fixtures - npm Package Compare versions

Comparing version 3.7.0-dev2 to 3.7.0-dev3

2

fixtures/063/info.json
{
"description": "Point features with all properties suffixed with \"xx_\". Helpful for testing search/dropping of properties based on a particular syntax. Also includes one value with a different suffix in the case where only some data is intended to be read/dropped.",
"description": "Point features with added language properties suffixed with \"_mbx_name\" and \"name_\".",
"specification_reference": "https://github.com/mapbox/vector-tile-spec/blob/master/2.1/README.md",

@@ -4,0 +4,0 @@ "validity": {

@@ -56,12 +56,10 @@ {

2,
0,
2,
3,
2,
4,
2,
3,
5,
3,
1,
6,
1,
7,
8

@@ -84,6 +82,4 @@ ],

2,
0,
3,
2,
7,
6,
8

@@ -103,9 +99,7 @@ ],

0,
1,
0,
3,
2,
4,
2,
5,
3,
7,
6,
8

@@ -125,5 +119,3 @@ ],

0,
1,
0,
7,
6,
8

@@ -146,10 +138,8 @@ ],

2,
4,
6,
3,
6,
4,
6,
5,
5,
6,
7

@@ -167,3 +157,2 @@ ],

"name",
"name_local",
"name_en",

@@ -170,0 +159,0 @@ "name_fr",

{
"name": "@mapbox/mvt-fixtures",
"version": "3.7.0-dev2",
"version": "3.7.0-dev3",
"description": "A require-able test fixture suite of valid and invalid Mapbox Vector Tiles",

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

module.exports = {
description: 'Point features with all properties suffixed with "xx_". Helpful for testing search/dropping of properties based on a particular syntax. Also includes one value with a different suffix in the case where only some data is intended to be read/dropped.',
description: 'Point features with added language properties suffixed with "_mbx_name" and "name_".',
specification_reference: 'https://github.com/mapbox/vector-tile-spec/blob/master/2.1/README.md',

@@ -47,9 +47,8 @@ validity: {

0, 0, // name: Germany
1, 0, // name_local: Germany
2, 0, // name_en: Germany
3, 2, // name_fr: Allemagne
4, 2, // _mbx_name_fr: Allemagne
5, 3, // _mbx_name_gr: Deutschland
6, 1, // _mbx_other: Alemania
7, 8 // population: 20
1, 0, // name_en: Germany
2, 2, // name_fr: Allemagne
3, 2, // _mbx_name_fr: Allemagne
4, 3, // _mbx_name_gr: Deutschland
5, 1, // _mbx_other: Alemania
6, 8 // population: 20
],

@@ -63,6 +62,5 @@ type: 1, // point

0, 0, // name: Germany
1, 0, // name_local: Germany
2, 0, // name_en: Germany
3, 2, // name_fr: Allemagne
7, 8 // population: 20
1, 0, // name_en: Germany
2, 2, // name_fr: Allemagne
6, 8 // population: 20
],

@@ -76,6 +74,5 @@ type: 1, // point

0, 0, // name: Germany
1, 0, // name_local: Germany
4, 2, // _mbx_name_fr: Allemagne
5, 3, // _mbx_name_gr: Deutschland
7, 8 // population: 20
3, 2, // _mbx_name_fr: Allemagne
4, 3, // _mbx_name_gr: Deutschland
6, 8 // population: 20
],

@@ -89,4 +86,3 @@ type: 1, // point

0, 0, // name: Germany
1, 0, // name_local: Germany
7, 8 // population: 20
6, 8 // population: 20
],

@@ -100,8 +96,7 @@ type: 1, // point

0, 4, // name: Spain
1, 4, // name_local: Spain
2, 4, // name_en: Spain
3, 6, // name_fr: Espagne
4, 6, // _mbx_name_fr: Espagne
5, 5, // _mbx_name_gr: Spanien
6, 7 // _mbx_other: Espana
1, 4, // name_en: Spain
2, 6, // name_fr: Espagne
3, 6, // _mbx_name_fr: Espagne
4, 5, // _mbx_name_gr: Spanien
5, 7 // _mbx_other: Espana
],

@@ -114,3 +109,2 @@ type: 1, // point

'name',
'name_local',
'name_en',

@@ -117,0 +111,0 @@ 'name_fr',

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