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 3.2.7 to 3.2.8

14

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

@@ -31,10 +31,10 @@ "main": "src/index.js",

],
"dependencies": {
},
"dependencies": {},
"devDependencies": {
"@babel/preset-env": "^7.10.4",
"babel-jest": "^26.1.0",
"jest": "^26.1.0",
"prettier": "^1.18.2"
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"babel-jest": "^26.6.3",
"jest": "^26.6.3",
"prettier": "^2.2.1"
}
}

@@ -43,2 +43,8 @@ export function throwIfInvalidProps(props) {

const checks = [widthCheck, heightCheck, modeCheck]
const androidVariantCheck = new PropCheck(
props =>
props && props.androidVariant && !['nativeAndroid', 'iosClone'].includes(props.androidVariant),
"Invalid android variant. Valid modes: 'nativeAndroid', 'iosClone'"
)
const checks = [widthCheck, heightCheck, modeCheck, androidVariantCheck]

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