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
40
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 3.5.1 to 3.5.2

2

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

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

@@ -69,6 +69,3 @@ /**

let localDate = date;
if (
typeof timeZoneOffsetInMinutes !== 'undefined' &&
timeZoneOffsetInMinutes >= 0
) {
if (typeof timeZoneOffsetInMinutes === 'number') {
const offset =

@@ -75,0 +72,0 @@ localDate.getTimezoneOffset() * MIN_MS + timeZoneOffsetInMinutes * MIN_MS;

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