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.1.0 to 1.1.1

.nyc_output/66cf290d0be1c8428d10f56e836d0183.json

14

package.json
{
"name": "global-mercator",
"version": "1.1.0",
"description": "Global Mercator",
"version": "1.1.1",
"description": "Tools to help with TMS, Quadkey & Google (XYZ) Tiles",
"main": "index.js",
"jsnext:main": "index.js",
"scripts": {
"test": "npm run build && npm run ava && npm run lint",
"docs": "npm run build && npm run documentation",
"documentation": "cat HEADER.md > README.md && ./node_modules/documentation/bin/documentation.js build index.js -c documentation.yml -f md >> README.md",
"build": "./node_modules/typescript/bin/tsc",
"ava": "./node_modules/nyc/bin/nyc.js ./node_modules/ava/cli.js",
"coverage": "./node_modules/nyc/bin/nyc.js ./node_modules/ava/cli.js",
"lint": "npm run build && ./node_modules/tslint/bin/tslint index.ts test.ts && ./node_modules/documentation/bin/documentation.js lint index.js"
"test": "tsc && nyc ava && npm run lint",
"docs": "tsc && cat HEADER.md > README.md && documentation build index.js -c documentation.yml -f md >> README.md",
"lint": "tsc && tslint index.ts test.ts && documentation lint index.js"
},

@@ -16,0 +12,0 @@ "repository": {

@@ -1,8 +0,6 @@

# Global Mercator (ES6 Module)
[![Build Status](https://travis-ci.org/DenisCarriere/global-mercator.svg?branch=master)](https://travis-ci.org/DenisCarriere/global-mercator)
[![Coverage Status](https://coveralls.io/repos/github/DenisCarriere/global-mercator/badge.svg?branch=master)](https://coveralls.io/github/DenisCarriere/global-mercator?branch=master)
[![NPM Version](https://img.shields.io/npm/v/global-mercator.svg)](https://www.npmjs.com/package/global-mercator)
[![License](https://img.shields.io/npm/l/global-mercator.svg)](https://github.com/DenisCarriere/global-mercator/blob/master/LICENSE.md)
# Global Mercator (ES6 Module)
A set of tools geospatial tools to help with TMS, Google (XYZ) Tiles.

@@ -9,0 +7,0 @@

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