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
5
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.8 to 5.0.0-alpha.9

4

es/Popup.native.js

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

Text,
{ style: [styles.actionText] },
{ style: [styles.actionText, styles.okText] },
okText

@@ -28,3 +28,3 @@ ) : okText;

Text,
{ style: [styles.actionText] },
{ style: [styles.actionText, styles.dismissText] },
dismissText

@@ -31,0 +31,0 @@ ) : dismissText;

@@ -29,4 +29,6 @@ import _extends from 'babel-runtime/helpers/extends';

actionText: textStyle,
okText: {},
dismissText: {},
title: _extends({}, textStyle, { color: '#666' })
});
export default styles;

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

_reactNative.Text,
{ style: [styles.actionText] },
{ style: [styles.actionText, styles.okText] },
okText

@@ -46,3 +46,3 @@ ) : okText;

_reactNative.Text,
{ style: [styles.actionText] },
{ style: [styles.actionText, styles.dismissText] },
dismissText

@@ -49,0 +49,0 @@ ) : dismissText;

@@ -41,2 +41,4 @@ 'use strict';

actionText: textStyle,
okText: {},
dismissText: {},
title: (0, _extends3['default'])({}, textStyle, { color: '#666' })

@@ -43,0 +45,0 @@ });

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