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

@dotdev/reactive-google-map

Package Overview
Dependencies
Maintainers
17
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.4 to 1.0.5

2

package.json
{
"name": "@dotdev/reactive-google-map",
"version": "1.0.4",
"version": "1.0.5",
"main": "package/index.js",

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

@@ -81,3 +81,3 @@ "use strict";

var place = _this.state.googleMapAutocomplete.getPlace();
if (place.id) {
if (place.place_id) {
_this.props.onSelect(place);

@@ -84,0 +84,0 @@ }

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