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

node-geocoder

Package Overview
Dependencies
Maintainers
1
Versions
119
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-geocoder - npm Package Compare versions

Comparing version 3.15.1 to 3.15.2

2

lib/geocoder/heregeocoder.js

@@ -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
}
}
}
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