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
1
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 3.7.0 to 3.7.1

2

lib/MultiPickerMixin.js

@@ -20,5 +20,5 @@ 'use strict';

value[i] = v;
this.props.onValueChange(value);
this.props.onValueChange(value, i);
}
};
module.exports = exports['default'];

@@ -12,2 +12,5 @@ export interface PickerCol {

pure?: boolean;
className?: string;
pickerItemStyle?: any;
rootNativeProps?: any;
indicatorStyle?: any;

@@ -14,0 +17,0 @@ onValueChange?: (v?: any) => void;

@@ -55,3 +55,3 @@ 'use strict';

selectedValueState = defaultSelectedValue;
} else if (children.length) {
} else if (children && children.length) {
selectedValueState = children[0].value;

@@ -58,0 +58,0 @@ }

{
"name": "rmc-picker",
"version": "3.7.0",
"version": "3.7.1",
"description": "React Mobile Picker Component(web and react-native)",

@@ -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