googlemaps
Advanced tools
Comparing version 0.1.10 to 0.1.11
@@ -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", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0