Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@react-native-community/datetimepicker

Package Overview
Dependencies
Maintainers
30
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-native-community/datetimepicker - npm Package Compare versions

Comparing version 7.5.0 to 7.6.0

2

package.json
{
"name": "@react-native-community/datetimepicker",
"version": "7.5.0",
"version": "7.6.0",
"description": "DateTimePicker component for React Native",

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

@@ -42,2 +42,3 @@ /**

const localProps = {
accessibilityLabel: props.accessibilityLabel,
dayOfWeekFormat: props.dayOfWeekFormat,

@@ -44,0 +45,0 @@ dateFormat: props.dateFormat,

@@ -214,2 +214,3 @@ import {FC, Ref, SyntheticEvent} from 'react';

minuteInterval?: number;
accessibilityLabel?: string;
}

@@ -216,0 +217,0 @@ >;

@@ -257,2 +257,3 @@ /**

minuteInterval?: number,
accessibilityLabel?: string,
|}>;

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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