Socket
Socket
Sign inDemoInstall

googlemaps

Package Overview
Dependencies
Maintainers
2
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

googlemaps - npm Package Compare versions

Comparing version 0.1.12 to 0.1.13

6

lib/googlemaps.js

@@ -54,3 +54,3 @@ var qs = require('querystring'),

// http://code.google.com/apis/maps/documentation/places/
exports.places = function(latlng, radius, key, callback, sensor, types, lang, name, rankby) {
exports.places = function(latlng, radius, key, callback, sensor, types, lang, name, rankby, pagetoken) {

@@ -86,2 +86,6 @@ var args = {

if (typeof pagetoken !== "undefined" && pagetoken !== null) {
args.pagetoken = pagetoken;
}
args.sensor = sensor || 'false';

@@ -88,0 +92,0 @@

2

package.json
{
"name": "googlemaps",
"version": "0.1.12",
"version": "0.1.13",
"main": "./lib/googlemaps",

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

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