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

@mapbox/whoots-js

Package Overview
Dependencies
Maintainers
13
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mapbox/whoots-js - npm Package Compare versions

Comparing version 3.0.0 to 3.1.0

index.mjs

9

CHANGELOG.md

@@ -1,3 +0,10 @@

:warning: = Breaking change
_Breaking changes, which may affect downstream projects are marked with a_ :warning:
## 3.1.0
##### 2018-Jul-12
* Replace legacy Rollup `jsnext:main` with now standard `module` ([#74])
* :warning: Drop support for Node 4
[#74]: https://github.com/mapbox/whoots-js/issues/74
## 3.0.0

@@ -4,0 +11,0 @@ ##### 2017-Feb-13

@@ -1,4 +0,6 @@

export { getURL, getTileBBox, getMercCoords };
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
typeof define === 'function' && define.amd ? define(['exports'], factory) :
(factory((global.WhooTS = {})));
}(this, (function (exports) {
/**

@@ -79,1 +81,9 @@ * getURL

}
exports.getURL = getURL;
exports.getTileBBox = getTileBBox;
exports.getMercCoords = getMercCoords;
Object.defineProperty(exports, '__esModule', { value: true });
})));

2

LICENSE.md
ISC License
Copyright (c) 2016, Mapbox
Copyright (c) 2017, Mapbox

@@ -5,0 +5,0 @@ Permission to use, copy, modify, and/or distribute this software for any purpose

{
"name": "@mapbox/whoots-js",
"description": "Request tiles from WMS servers that support EPSG:3857",
"version": "3.0.0",
"main": "index.umd.js",
"jsnext:main": "index.js",
"version": "3.1.0",
"main": "index.js",
"module": "index.mjs",
"license": "ISC",

@@ -17,20 +17,18 @@ "author": "Bryan Housel <bryan@mapbox.com>",

"devDependencies": {
"coveralls": "^2.11.12",
"coveralls": "^3.0.0",
"documentation": "4.0.0-beta5",
"eslint": "^3.8.0",
"greenkeeper-postpublish": "^1.0.1",
"rollup": "0.41.4",
"tap": "^10.1.0"
"eslint": "^5.0.0",
"rollup": "0.60.0",
"tap": "^12.0.0"
},
"engines": {
"node": ">=4.0.0"
"node": ">=6.0.0"
},
"scripts": {
"build": "rollup -f umd -n WhooTS index.js --no-indent --no-strict -o index.umd.js",
"docs": "documentation build index.js --lint --github --format html --output docs/",
"lint": "eslint index.js server.js test",
"build": "rollup -f umd -n WhooTS index.mjs --no-indent --no-strict -o index.js",
"docs": "documentation build index.mjs --lint --github --format html --output docs/",
"lint": "eslint index.mjs server.js test",
"start": "node server.js",
"test": "npm run lint && npm run build && tap --cov test/*.js",
"postpublish": "greenkeeper-postpublish"
"test": "npm run lint && npm run build && tap --cov test/*.js"
}
}
[![npm version](https://badge.fury.io/js/%40mapbox%2Fwhoots-js.svg)](https://badge.fury.io/js/%40mapbox%2Fwhoots-js)
[![Build Status](https://circleci.com/gh/mapbox/whoots-js/tree/master.svg?style=shield)](https://circleci.com/gh/mapbox/whoots-js)
[![Build Status](https://secure.travis-ci.org/mapbox/whoots-js.svg)](http://travis-ci.org/mapbox/whoots-js)
[![Coverage Status](https://coveralls.io/repos/github/mapbox/whoots-js/badge.svg?branch=master)](https://coveralls.io/github/mapbox/whoots-js?branch=master)

@@ -4,0 +4,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