Huge News!Announcing our $40M Series B led by Abstract Ventures.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 2.0.1 to 2.0.2

3

.eslintrc.js
module.exports = {
"extends": "airbnb",
"env": {
"jest": true,
},
"rules": {

@@ -4,0 +7,0 @@ 'no-use-before-define': 0,

8

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

@@ -28,7 +28,7 @@ "license": "MIT",

"enzyme-to-json": "^3.3.1",
"eslint": "^4.17.0",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.6.1",
"eslint-plugin-react": "^7.7.0",
"jest": "^22.3.0",

@@ -35,0 +35,0 @@ "prop-types": "^15.6.0",

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

<View>
<Text style={styles.done}>Done</Text>
<Text style={[styles.done, this.props.style.done]}>Done</Text>
</View>

@@ -348,2 +348,1 @@ </TouchableWithoutFeedback>

});

@@ -146,3 +146,3 @@ import React from 'react';

/>);
//
wrapper.find('[testId="RNPickerSelectAndroid"]').props().onValueChange('orange', 2);

@@ -149,0 +149,0 @@ expect(wrapper.state().selectedItem.value).toEqual('orange');

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