Socket
Socket
Sign inDemoInstall

mapbox

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mapbox - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

.eslintrc

30

package.json
{
"name": "mapbox",
"version": "0.1.0",
"description": "an api for mapbox",
"main": "index.js",
"version": "0.2.0",
"description": "interface to mapbox services",
"main": "lib/client.js",
"scripts": {
"test": "mocha -R spec"
"test": "tap --coverage test/*.js"
},
"bin": {
"mapbox-static": "mapbox-static"
},
"repository": {

@@ -18,9 +15,8 @@ "type": "git",

"mapbox",
"interface",
"api",
"rest",
"maps",
"geocoding"
"sdk"
],
"author": "",
"license": "BSD-2-Clause",
"author": "Tom MacWright",
"license": "ISC",
"bugs": {

@@ -30,8 +26,10 @@ "url": "https://github.com/mapbox/node-mapbox/issues"

"homepage": "https://github.com/mapbox/node-mapbox",
"devDependencies": {
"eslint": "^0.24.1",
"tap": "^1.3.1"
},
"dependencies": {
"minimist": "0.0.8",
"superenv": "0.0.1",
"request": "~2.34.0",
"concat-stream": "~1.4.4"
"es6-template-strings": "^1.0.0",
"superagent": "^1.2.0"
}
}

@@ -1,3 +0,18 @@

# mapbox
# node-mapbox
A node.js interface to MapBox.
A [node.js](https://nodejs.org/) and browser JavaScript client
to Mapbox services.
## Services
* Geocoding
* Forward (place names ⇢ longitude, latitude)
* Reverse (longitude, latitude ⇢ place names)
## Installation
```sh
$ npm install --save mapbox
```
## [API](API.md)
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