googlemaps
Advanced tools
Comparing version 1.7.0 to 1.8.0
@@ -31,4 +31,4 @@ /** | ||
if (args.address == null) { | ||
return callback(new Error('params.address is required')); | ||
if (!args.address && !args.components) { | ||
return callback(new Error('params.address/params.components is required')); | ||
} | ||
@@ -35,0 +35,0 @@ |
{ | ||
"name": "googlemaps", | ||
"version": "1.7.0", | ||
"version": "1.8.0", | ||
"main": "lib/index", | ||
@@ -5,0 +5,0 @@ "description": "A simple way to query the Google Maps API from Node.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
53801