New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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

to
0.1.7

2

index.js

@@ -65,2 +65,3 @@ "use strict";

* @returns {Tile}
* @example
* latLngToTile({lat: 45, lng: 90, zoom: 5})

@@ -95,2 +96,3 @@ * //=> Tile { tx: 23, ty: 20, zoom: 5 }

* @returns {Tile}
* @example
* metersToTile({mx: 10000000, my: 5500000, zoom: 5})

@@ -97,0 +99,0 @@ * //=> Tile { tx: 23, ty: 20, zoom: 5 }

@@ -97,2 +97,3 @@ import * as Debug from 'debug'

* @returns {Tile}
* @example
* latLngToTile({lat: 45, lng: 90, zoom: 5})

@@ -127,2 +128,3 @@ * //=> Tile { tx: 23, ty: 20, zoom: 5 }

* @returns {Tile}
* @example
* metersToTile({mx: 10000000, my: 5500000, zoom: 5})

@@ -129,0 +131,0 @@ * //=> Tile { tx: 23, ty: 20, zoom: 5 }

5

package.json
{
"name": "global-mercator",
"version": "0.1.6",
"version": "0.1.7",
"description": "Global Mercator",

@@ -14,3 +14,4 @@ "main": "index.js",

"coverage": "./node_modules/nyc/bin/nyc.js ./node_modules/ava/cli.js",
"lint": "./node_modules/tslint/bin/tslint index.ts test.ts"
"lint": "./node_modules/tslint/bin/tslint index.ts test.ts",
"patch": "npm version patch && npm publish"
},

@@ -17,0 +18,0 @@ "repository": {

@@ -88,5 +88,11 @@ <!-- Generated by documentation.js. Update this documentation by updating the source code. -->

Returns **Tile** latLngToTile({lat: 45, lng: 90, zoom: 5})
**Examples**
```javascript
latLngToTile({lat: 45, lng: 90, zoom: 5})
//=> Tile { tx: 23, ty: 20, zoom: 5 }
```
Returns **Tile**
# latLngToGoogle

@@ -119,5 +125,11 @@

Returns **Tile** metersToTile({mx: 10000000, my: 5500000, zoom: 5})
**Examples**
```javascript
metersToTile({mx: 10000000, my: 5500000, zoom: 5})
//=> Tile { tx: 23, ty: 20, zoom: 5 }
```
Returns **Tile**
# pixelsToMeters

@@ -124,0 +136,0 @@

Sorry, the diff of this file is not supported yet