google-geolocation
Advanced tools
Comparing version 2.1.3 to 2.1.4
@@ -42,3 +42,4 @@ /* | ||
error.code = data.error.code; | ||
error.reason = error.code; | ||
error.reason = data.error.details[0].reason; | ||
error.details = data.error.details; | ||
error.errors = data.error.errors; | ||
@@ -45,0 +46,0 @@ |
@@ -9,3 +9,3 @@ { | ||
"description": "Google Maps Geolocation API for Node.js (unofficial)", | ||
"version": "2.1.3", | ||
"version": "2.1.4", | ||
"repository": { | ||
@@ -12,0 +12,0 @@ "type": "git", |
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
6688
65