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

global-mercator

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

global-mercator - npm Package Compare versions

Comparing version 1.3.2 to 1.3.3

.nyc_output/06e6f5e009aabfae7a41385d1c69eb92.json

4

index.js

@@ -628,7 +628,7 @@ "use strict";

* @example
* mercator.range(3)
* range(3)
* //=[ 0, 1, 2 ]
* range(3, 6)
* //=[ 3, 4, 5 ]
* mercator.range(6, 3, -1)
* range(6, 3, -1)
* //=[ 6, 5, 4 ]

@@ -635,0 +635,0 @@ */

@@ -650,7 +650,7 @@ export const tileSize = 256

* @example
* mercator.range(3)
* range(3)
* //=[ 0, 1, 2 ]
* range(3, 6)
* //=[ 3, 4, 5 ]
* mercator.range(6, 3, -1)
* range(6, 3, -1)
* //=[ 6, 5, 4 ]

@@ -657,0 +657,0 @@ */

{
"name": "global-mercator",
"version": "1.3.2",
"version": "1.3.3",
"description": "Tools to help with TMS, Quadkey & Google (XYZ) Tiles",

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

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