@mapbox/graph-normalizer
Advanced tools
Comparing version 2.0.4 to 2.0.5
@@ -14,4 +14,6 @@ 'use strict'; | ||
// index the pair with a set of quadkeys | ||
var quadkeys = cover.indexes({type: 'LineString', coordinates: pair.coords}, {'min_zoom': zoomLevel, | ||
'max_zoom': zoomLevel}); | ||
var quadkeys = cover.indexes({type: 'LineString', coordinates: pair.coords}, { | ||
'min_zoom': zoomLevel, | ||
'max_zoom': zoomLevel | ||
}); | ||
// push the pair to each quadkey's array that it touches | ||
@@ -18,0 +20,0 @@ for (var j = 0; j < quadkeys.length; j++) { |
{ | ||
"name": "@mapbox/graph-normalizer", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"description": "Takes nodes and ways and turn them into a normalized graph of intersections and ways.", | ||
@@ -5,0 +5,0 @@ "bin": "./bin/normalize-ways", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
58
668
454787
7
2