Socket
Socket
Sign inDemoInstall

react-date-picker

Package Overview
Dependencies
24
Maintainers
1
Versions
259
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 8.3.0 to 8.3.1

2

dist/DateInput/MonthSelect.js

@@ -93,3 +93,3 @@ "use strict";

disabled: _propTypes["default"].bool,
inputRef: _propTypes["default"].func,
inputRef: _propTypes2.isRef,
locale: _propTypes["default"].string,

@@ -96,0 +96,0 @@ maxDate: _propTypes2.isMaxDate,

{
"name": "react-date-picker",
"version": "8.3.0",
"version": "8.3.1",
"description": "A date picker for your React app.",

@@ -5,0 +5,0 @@ "main": "dist/entry.js",

@@ -7,3 +7,3 @@ import React from 'react';

import { formatMonth, formatShortMonth } from '../shared/dateFormatter';
import { isMaxDate, isMinDate } from '../shared/propTypes';
import { isMaxDate, isMinDate, isRef } from '../shared/propTypes';
import { safeMin, safeMax } from '../shared/utils';

@@ -74,3 +74,3 @@

disabled: PropTypes.bool,
inputRef: PropTypes.func,
inputRef: isRef,
locale: PropTypes.string,

@@ -77,0 +77,0 @@ maxDate: isMaxDate,

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc