Socket
Socket
Sign inDemoInstall

react-native-date-picker

Package Overview
Dependencies
Maintainers
1
Versions
121
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-date-picker - npm Package Compare versions

Comparing version 2.7.1 to 2.7.2

2

package.json
{
"name": "react-native-date-picker",
"version": "2.7.1",
"version": "2.7.2",
"description": "A Cross Platform React Native Picker",

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

@@ -17,5 +17,3 @@ import { Platform, ViewPropTypes } from 'react-native'

mode: PropTypes.oneOf(['date', 'time', 'datetime']),
minuteInterval: PropTypes.oneOf(
1 | 2 | 3 | 4 | 5 | 6 | 10 | 12 | 15 | 20 | 30
),
minuteInterval: PropTypes.oneOf([1, 2, 3, 4, 5, 6, 10, 12, 15, 20, 30]),
locale: PropTypes.string,

@@ -22,0 +20,0 @@ textColor: PropTypes.string,

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