Huge News!Announcing our $40M Series B led by Abstract Ventures.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 4.0.2 to 4.0.3

4

es/NativePicker.android.js

@@ -19,3 +19,3 @@ import React from 'react';

selectedItemText: {
fontSize: 21,
fontSize: 20,
fontWeight: 'bold',

@@ -135,3 +135,3 @@ color: '#000'

ScrollView,
{ style: styles.scrollView, ref: 'scroller', onScroll: this.onScroll, scrollEventThrottle: 16, showsVerticalScrollIndicator: false },
{ style: styles.scrollView, ref: 'scroller', onScroll: this.onScroll, scrollEventThrottle: 16, showsVerticalScrollIndicator: false, overScrollMode: 'never' },
React.createElement(

@@ -138,0 +138,0 @@ View,

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

selectedItemText: {
fontSize: 21,
fontSize: 20,
fontWeight: 'bold',

@@ -153,3 +153,3 @@ color: '#000'

_reactNative.ScrollView,
{ style: styles.scrollView, ref: 'scroller', onScroll: this.onScroll, scrollEventThrottle: 16, showsVerticalScrollIndicator: false },
{ style: styles.scrollView, ref: 'scroller', onScroll: this.onScroll, scrollEventThrottle: 16, showsVerticalScrollIndicator: false, overScrollMode: 'never' },
_react2['default'].createElement(

@@ -156,0 +156,0 @@ _reactNative.View,

{
"name": "rmc-picker",
"version": "4.0.2",
"version": "4.0.3",
"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