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.10 to 0.1.11

2

lib/googlemaps.js

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

var error = new Error('If you set the mode to "transit" you must also specify either a departure_time or an arrival_time');
if (typeof callback === 'funciton') {
if (typeof callback === 'function') {
return callback(error);

@@ -161,0 +161,0 @@ }

{
"name": "googlemaps",
"version": "0.1.10",
"version": "0.1.11",
"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