Socket
Socket
Sign inDemoInstall

googlemaps

Package Overview
Dependencies
40
Maintainers
2
Versions
38
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.7.0 to 1.8.0

4

lib/geocode.js

@@ -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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc