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.1 to 8.3.2

4

dist/DateInput/Input.js

@@ -20,2 +20,4 @@ "use strict";

var _propTypes2 = require("../shared/propTypes");
function _getRequireWildcardCache() { if (typeof WeakMap !== "function") return null; var cache = new WeakMap(); _getRequireWildcardCache = function _getRequireWildcardCache() { return cache; }; return cache; }

@@ -155,3 +157,3 @@

disabled: _propTypes["default"].bool,
inputRef: _propTypes["default"].func,
inputRef: _propTypes2.isRef,
max: _propTypes["default"].number,

@@ -158,0 +160,0 @@ min: _propTypes["default"].number,

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

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

@@ -7,2 +7,4 @@ import React from 'react';

import { isRef } from '../shared/propTypes';
/* eslint-disable jsx-a11y/no-autofocus */

@@ -149,3 +151,3 @@

disabled: PropTypes.bool,
inputRef: PropTypes.func,
inputRef: isRef,
max: PropTypes.number,

@@ -152,0 +154,0 @@ min: PropTypes.number,

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