node-geocoder
Advanced tools
Comparing version 3.15.1 to 3.15.2
@@ -22,3 +22,3 @@ var util = require('util'), | ||
// Here geocoding API endpoint | ||
HereGeocoder.prototype._geocodeEndpoint = 'https://geocoder.api.here.com/6.2/geocode.json'; | ||
HereGeocoder.prototype._geocodeEndpoint = 'https://geocoder.cit.api.here.com/6.2/geocode.json'; | ||
@@ -25,0 +25,0 @@ // Here reverse geocoding API endpoint |
{ | ||
"name": "node-geocoder", | ||
"version": "3.15.1", | ||
"version": "3.15.2", | ||
"description": "Node Geocoder, node geocoding library, supports google maps, mapquest, open street map, tom tom, promise", | ||
@@ -38,4 +38,4 @@ "main": "index.js", | ||
"chai": "^3.5.0", | ||
"eslint": "^0.24.1", | ||
"mocha": "^3.0.2", | ||
"eslint": "^3.11.0", | ||
"mocha": "^3.2.0", | ||
"sinon": "^1.17.3" | ||
@@ -60,5 +60,6 @@ }, | ||
"key-spacing": 0, | ||
"comma-spacing": 0 | ||
"comma-spacing": 0, | ||
"no-unreachable": 1 | ||
} | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
94520