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.4 to 2.0.5

3

index.js

@@ -178,2 +178,5 @@ 'use strict';

onChange = (item) => {
if (!item || !item.key) {
return;
}
this.props.onChange(item);

@@ -180,0 +183,0 @@ this.setState({ selected: this.props.labelExtractor(item), changedItem: item }, () => {

2

package.json
{
"name": "react-native-modal-selector",
"version": "2.0.4",
"version": "2.0.5",
"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