New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@mapbox/graph-normalizer

Package Overview
Dependencies
Maintainers
85
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mapbox/graph-normalizer - npm Package Compare versions

Comparing version 2.0.4 to 2.0.5

test/fixtures/index-way/result.json

6

lib/index-way.js

@@ -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

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