New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-native-modal-selector

Package Overview
Dependencies
Maintainers
2
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-modal-selector - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

index.js

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

accessibilityLabel={option.accessibilityLabel || undefined}
importantForAccessibility={isFirstItem}
importantForAccessibility={isFirstItem ? 'yes' : 'no'}
{...this.props.passThruProps}

@@ -239,0 +239,0 @@ >

{
"name": "react-native-modal-selector",
"version": "2.0.0",
"version": "2.0.1",
"description": "A cross-platform (iOS / Android), selector/picker component for React Native that is highly customizable and supports sections.",

@@ -5,0 +5,0 @@ "main": "index.js",

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