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

react-native-autocomplete-input

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.1.1 to 1.1.2

12

package.json
{
"name": "react-native-autocomplete-input",
"version": "1.1.1",
"version": "1.1.2",
"description": "Pure javascript autocomplete input for react-native",

@@ -64,13 +64,3 @@ "main": "index.js",

"sinon": "^1.17.4"
},
"babel": {
"plugins": [
"transform-class-properties",
"transform-es2015-arrow-functions",
"transform-es2015-destructuring",
"transform-es2015-modules-commonjs",
"transform-object-rest-spread",
"transform-react-jsx"
]
}
}

8

README.md

@@ -12,3 +12,3 @@ # react-native-autocomplete-input

Fist things first install the component from npmjs.org:
First things first install the component from npmjs.org:

@@ -29,3 +29,3 @@ ```shell

// ...
render() {
render() {
const { query } = this.state;

@@ -38,3 +38,3 @@ const data = this._filterData(query)

renderItem={data => (
<TouchableOpacity onPress={() =>
<TouchableOpacity onPress={() =>
this.setState({query: data})

@@ -48,3 +48,3 @@ }

}
// ...
// ...
```

@@ -51,0 +51,0 @@

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