Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

rmc-picker

Package Overview
Dependencies
Maintainers
3
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 4.0.0-beta.1 to 4.0.0

2

es/Picker.js

@@ -109,3 +109,3 @@ import _defineProperty from 'babel-runtime/helpers/defineProperty';

getValue: function getValue() {
if (this.props.selectedValue) {
if ('selectedValue' in this.props) {
return this.props.selectedValue;

@@ -112,0 +112,0 @@ }

@@ -21,3 +21,3 @@ import _classCallCheck from 'babel-runtime/helpers/classCallCheck';

value: function getValue() {
if (this.props.selectedValue) {
if ('selectedValue' in this.props) {
return this.props.selectedValue;

@@ -24,0 +24,0 @@ }

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

getValue: function getValue() {
if (this.props.selectedValue) {
if ('selectedValue' in this.props) {
return this.props.selectedValue;

@@ -141,0 +141,0 @@ }

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

value: function getValue() {
if (this.props.selectedValue) {
if ('selectedValue' in this.props) {
return this.props.selectedValue;

@@ -49,0 +49,0 @@ }

{
"name": "rmc-picker",
"version": "4.0.0-beta.1",
"version": "4.0.0",
"description": "React Mobile Picker Component(web and react-native)",

@@ -61,3 +61,3 @@ "keywords": [

"pre-commit": "1.x",
"rc-test": "6.0.3",
"rc-test": "6.x",
"rc-tools": "6.x",

@@ -64,0 +64,0 @@ "react": "15.5.x",

@@ -60,2 +60,4 @@ # rmc-picker

# 4.x beta docs
## Usage

@@ -62,0 +64,0 @@ ```jsx

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