Socket
Socket
Sign inDemoInstall

@dotdev/reactive-google-map

Package Overview
Dependencies
Maintainers
15
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dotdev/reactive-google-map - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

5

dist/utility/geocoder.js

@@ -69,3 +69,6 @@ "use strict";

}
return [2 /*return*/, result.geometry.location];
return [2 /*return*/, {
lat: result.geometry.location.lat(),
lng: result.geometry.location.lng(),
}];
}

@@ -72,0 +75,0 @@ });

2

package.json
{
"name": "@dotdev/reactive-google-map",
"version": "1.0.2",
"version": "1.0.3",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "types": "dist/index.d.ts",

Sorry, the diff of this file is not supported yet

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