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 3.1.1 to 3.1.2

2

package.json
{
"name": "react-native-picker-select",
"version": "3.1.1",
"version": "3.1.2",
"description":

@@ -5,0 +5,0 @@ "A Picker component for React Native which emulates the native <select> interfaces for each platform",

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

// update selectedItem if value prop is defined and differs from currently selected item
const newSelectedItem = getSelectedItem({ items: prevState.items, value: nextProps.value });
const newSelectedItem = getSelectedItem({ items: nextProps.items, value: nextProps.value });
const selectedItemChanged =

@@ -40,0 +40,0 @@ !isEqual(nextProps.value, undefined) &&

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