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 Versions

1
8

1.6.2

Diff

deniscarriere
published 1.6.1 •

deniscarriere
published 1.6.0 •

Changelog

Source

1.6.0 - 2017-01-05

  • BBox reduced decimal precision to 6
  • bboxToCenter toFixed(6)
  • Lat & Lng decimal toFixed(6)
  • Meters toFixed(1)
deniscarriere
published 1.5.0 •

Changelog

Source

1.5.0 - 2016-12-25

  • Add bboxToCenter & hash function
  • Enforce strict [number, number] instead of number[]
deniscarriere
published 1.4.0 •

Changelog

Source

1.4.0 - 2016-12-4

  • Replace test tools for Jest
  • Added Circle CI testing
deniscarriere
published 1.3.5 •

Changelog

Source

1.3.5 - 2016-10-25

Reduce library size by 430% (350KB to 80KB)

deniscarriere
published 1.3.4 •

deniscarriere
published 1.3.3 •

deniscarriere
published 1.3.2 •

deniscarriere
published 1.3.1 •

Changelog

Source

1.3.1 - 2016-10-14

  • Update typings to allow number[]
  • Enforcing validation with validateLngLat, validateMeters & validateTile
  • Reviewed entire documentation
  • Dropped zoom @param from functions with only LatLng & Meters.
lngLatToMeters([lng, lat, zoom])
// Changed to
lngLatToMeters([lng, lat])

metersToLngLat([x, y, zoom])
// Changed to
metersToLngLat([x, y])
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