Socket
Socket
Sign inDemoInstall

googlemaps

Package Overview
Dependencies
40
Maintainers
2
Versions
38
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.0 to 1.4.0

lib/timezone.js

6

lib/config/constants.json

@@ -88,2 +88,7 @@ {

},
"timezone": {
"location": "string",
"timestamp":"number",
"language": "string"
},
"street-map": {

@@ -108,2 +113,3 @@ "location": "string",

"static-map": "/maps/api/staticmap",
"timezone": "/maps/api/timezone/json",
"street-view": "/maps/api/streetview"

@@ -110,0 +116,0 @@ }

10

lib/index.js

@@ -34,3 +34,4 @@ /**

staticMap: require('./staticMap'),
streetView: require('./streetView')
streetView: require('./streetView'),
timezone: require('./timezone')
}

@@ -178,3 +179,10 @@

/**
*
* Endpoint: '/maps/api/timezone'
* Google documentation reference: http://code.google.com/apis/maps/documentation/timezone
*/
GoogleMapsAPI.prototype.timezone = api.timezone
/**

@@ -181,0 +189,0 @@ * TODO this doesn't belong here

2

package.json
{
"name": "googlemaps",
"version": "1.3.0",
"version": "1.4.0",
"main": "lib/index",

@@ -5,0 +5,0 @@ "description": "A simple way to query the Google Maps API from Node.js",

@@ -28,3 +28,3 @@ [![Build Status](https://travis-ci.org/moshen/node-googlemaps.svg?branch=master)](https://travis-ci.org/moshen/node-googlemaps)

* [Geocoding and reverse geocoding](https://developers.google.com/maps/documentation/geocoding)
* [Time zone](https://developers.google.com/maps/documentation/timezone) - NOT IMPLEMENTED YET
* [Time zone](https://developers.google.com/maps/documentation/timezone)

@@ -31,0 +31,0 @@ [Google Places API](https://developers.google.com/places/) - NOT COMPLETED

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc