New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

react-native-places-input

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-places-input - npm Package Compare versions

Comparing version

to
1.1.7

# Changelog
## 1.1.7
Fixing UID for a place
## 1.1.6

@@ -4,0 +6,0 @@ Component is now fetching places if query prop is provided.

@@ -73,3 +73,3 @@ import React, {Component} from 'react';

<TouchableOpacity
key={`place-${place.id}`}
key={`place-${place.place_id || place.id}`}
style={[styles.place, this.props.stylesItem]}

@@ -76,0 +76,0 @@ onPress={() => this.onPlaceSelect(place.place_id, place)}

{
"name": "react-native-places-input",
"version": "1.1.6",
"version": "1.1.7",
"main": "index.js",

@@ -5,0 +5,0 @@ "author": "Kamil Thomas",