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
4
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 5.0.0-alpha.3 to 5.0.0-alpha.4

1

es/MultiPickerProps.d.ts

@@ -10,3 +10,2 @@ export interface IPickerCol {

rootNativeProps?: any;
indicatorStyle?: any;
onValueChange?: (v?: any, i?: number) => void;

@@ -13,0 +12,0 @@ children?: any;

7

es/PopupMixin.js

@@ -114,3 +114,8 @@ import _extends from 'babel-runtime/helpers/extends';

if (!children) {
return getModal(props, this.state.visible, this.getContent);
return getModal(props, this.state.visible, {
getContent: this.getContent,
onOk: this.onOk,
hide: this.hide,
onDismiss: this.onDismiss
});
}

@@ -117,0 +122,0 @@ var _props = this.props,

@@ -10,3 +10,2 @@ export interface IPickerCol {

rootNativeProps?: any;
indicatorStyle?: any;
onValueChange?: (v?: any, i?: number) => void;

@@ -13,0 +12,0 @@ children?: any;

@@ -145,3 +145,8 @@ 'use strict';

if (!children) {
return getModal(props, this.state.visible, this.getContent);
return getModal(props, this.state.visible, {
getContent: this.getContent,
onOk: this.onOk,
hide: this.hide,
onDismiss: this.onDismiss
});
}

@@ -148,0 +153,0 @@ var _props = this.props,

{
"name": "rmc-picker",
"version": "5.0.0-alpha.3",
"version": "5.0.0-alpha.4",
"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