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

tilelive

Package Overview
Dependencies
Maintainers
0
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tilelive - npm Package Compare versions

Comparing version 4.0.2 to 4.0.3

4

lib/tilelive.js

@@ -276,2 +276,4 @@ var tilelive = exports;

var id = function() {
if (z > args.maxZoom) return false;
++x;

@@ -304,2 +306,4 @@ if (x >= boxRight || x > bounds[z].maxX) { // Start the next row in this metatile.

var id = function() {
if (z > args.maxZoom) return false;
if (++x > bounds[z].maxX) {

@@ -306,0 +310,0 @@ x = bounds[z].minX;

2

package.json
{
"name" : "tilelive",
"version" : "4.0.2",
"version" : "4.0.3",
"main" : "./lib/tilelive.js",

@@ -5,0 +5,0 @@ "description" : "Frontend for various tile backends, mapnik and mbtiles",

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