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

rmc-picker

Package Overview
Dependencies
Maintainers
2
Versions
121
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rmc-picker - npm Package Compare versions

Comparing version 2.2.0 to 2.2.1

11

lib/Picker.js

@@ -240,5 +240,10 @@ /*

fireValueChange: function fireValueChange(itemValue) {
if (itemValue !== this.state.selectedValue) {
this.props.onValueChange(itemValue);
fireValueChange: function fireValueChange(selectedValue) {
if (selectedValue !== this.state.selectedValue) {
if (!('selectedValue' in this.props)) {
this.setState({
selectedValue: selectedValue
});
}
this.props.onValueChange(selectedValue);
}

@@ -245,0 +250,0 @@ },

{
"name": "rmc-picker",
"version": "2.2.0",
"version": "2.2.1",
"description": "React Mobile Picker Component",

@@ -5,0 +5,0 @@ "keywords": [

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