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

react-native-picker-select

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-picker-select - npm Package Compare versions

Comparing version 5.0.0 to 5.0.1

6

CHANGELOG.md

@@ -0,1 +1,7 @@

### v5.0.1
##### Bugfix
- Fixed `TouchableWithoutFeedback` warning
### v5.0.0

@@ -2,0 +8,0 @@

2

package.json
{
"name": "react-native-picker-select",
"version": "5.0.0",
"version": "5.0.1",
"description": "A Picker component for React Native which emulates the native <select> interfaces for each platform",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -287,3 +287,7 @@ import React, { PureComponent } from 'react';

>
<Text style={[defaultStyles.done, style.done]}>{doneText}</Text>
<View
testID="needed_for_touchable"
>
<Text style={[defaultStyles.done, style.done]}>{doneText}</Text>
</View>
</TouchableWithoutFeedback>

@@ -290,0 +294,0 @@ </View>

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