Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

google-geolocation

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

google-geolocation - npm Package Compare versions

Comparing version 2.1.3 to 2.1.4

3

index.js

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

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