New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

leaflet-control-geocoder

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

leaflet-control-geocoder - npm Package Compare versions

Comparing version 1.2.1 to 1.3.0

_site/bower.json

11

bower.json
{
"name": "leaflet-control-geocoder",
"version": "1.2.1",
"version": "1.3.0",
"homepage": "https://github.com/perliedman/leaflet-control-geocoder",

@@ -17,3 +17,10 @@ "authors": [

"geocoder",
"nominatim"
"locations",
"nominatim",
"bing",
"google",
"mapbox",
"photon",
"what3words",
"mapquest"
],

@@ -20,0 +27,0 @@ "license": "BSD-2-Clause",

27

package.json
{
"name": "leaflet-control-geocoder",
"version": "1.2.1",
"description": "Extendable geocoder with builtin OSM/Nominatim support",
"main": "Control.Geocoder.js",
"version": "1.3.0",
"description": "Extendable geocoder with builtin support for Nominatim, Bing, Google, Mapbox, Photon, What3Words, MapQuest",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"prepublish": "sh ./scripts/build.sh",
"publish": "sh ./scripts/publish.sh"
},

@@ -16,3 +17,10 @@ "repository": {

"geocoder",
"nominatim"
"locations",
"nominatim",
"bing",
"google",
"mapbox",
"photon",
"what3words",
"mapquest"
],

@@ -24,5 +32,12 @@ "author": "Per Liedman <per@liedman.net>",

},
"browserify-shim": {
"leaflet": "global:L"
},
"dependencies": {
"leaflet": "~0.7.2"
"leaflet": "~0.7.3"
},
"devDependencies": {
"browserify": "^11.0.1",
"browserify-shim": "^3.8.10"
}
}

@@ -21,3 +21,4 @@ ## A few words on diversity in tech

* [MapQuest Geocoding API](http://developer.mapquest.com/web/products/dev-services/geocoding-ws)
* [RaveGeo](http://www2.idevio.com/ravegeo-server.html)
* [What3Words](http://http://what3words.com/)
* [Photon](http://photon.komoot.de/)

@@ -30,6 +31,6 @@ The plugin can easily be extended to support other providers.

Load the CSS and Javascript:
[Download latest release](http://www.liedman.net/leaflet-control-geocoder/download). Load the CSS and Javascript:
```HTML
<link rel="stylesheet" href="../Control.Geocoder.css" />
<link rel="stylesheet" href="Control.Geocoder.css" />
<script src="Control.Geocoder.js"></script>

@@ -36,0 +37,0 @@ ```

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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