Socket
Socket
Sign inDemoInstall

react-native-date-picker

Package Overview
Dependencies
Maintainers
1
Versions
118
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.2.0 to 4.2.1

2

package.json
{
"name": "react-native-date-picker",
"version": "4.2.0",
"version": "4.2.1",
"description": "A datetime picker for React Native. In-modal or inlined. Supports Android and iOS.",

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

@@ -1,2 +0,2 @@

import { Platform, ViewPropTypes } from 'react-native'
import { Platform } from 'react-native'
import PropTypes from 'prop-types'

@@ -38,5 +38,5 @@

timeZoneOffsetInMinutes: PropTypes.number,
testID: ViewPropTypes.testID,
style: ViewPropTypes.style,
testID: PropTypes.string,
style: PropTypes.any,
...modalPropTypes,
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc