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 3.2.0 to 3.2.1

2

index.js

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

dataSource={dataSource}
keyboardShouldPersistTaps={true}
keyboardShouldPersistTaps="always"
renderRow={renderItem}

@@ -111,0 +111,0 @@ renderSeparator={renderSeparator}

{
"name": "react-native-autocomplete-input",
"version": "3.2.0",
"version": "3.2.1",
"description": "Pure javascript autocomplete input for react-native",

@@ -56,5 +56,5 @@ "main": "index.js",

"react-native": "^0.40.0",
"react-native-mock": "^0.2.3",
"react-native-mock": "^0.3.1",
"sinon": "^1.17.4"
}
}
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