Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More โ†’
Socket
Sign inDemoInstall
Socket

react-day-picker

Package Overview
Dependencies
Maintainers
2
Versions
250
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-day-picker - npm Package Compare versions

Comparing version 9.1.2 to 9.1.3

tsconfig-base.json

6

dist/cjs/types/props.d.ts

@@ -243,3 +243,3 @@ import React from "react";

* @experimental
* @see https://daypicker.dev/docs/localization#time-zone
* @see https://daypicker.dev/docs/time-zone
*/

@@ -259,3 +259,3 @@ timeZone?: string | undefined;

*
* @see https://daypicker.dev/docs/accessibility#footer
* @see https://daypicker.dev/guides/accessibility#footer
*/

@@ -270,3 +270,3 @@ footer?: React.ReactNode | string;

*
* @see https://daypicker.dev/docs/accessibility#autofocus
* @see https://daypicker.dev/guides/accessibility#autofocus
*/

@@ -273,0 +273,0 @@ autoFocus?: boolean;

@@ -243,3 +243,3 @@ import React from "react";

* @experimental
* @see https://daypicker.dev/docs/localization#time-zone
* @see https://daypicker.dev/docs/time-zone
*/

@@ -259,3 +259,3 @@ timeZone?: string | undefined;

*
* @see https://daypicker.dev/docs/accessibility#footer
* @see https://daypicker.dev/guides/accessibility#footer
*/

@@ -270,3 +270,3 @@ footer?: React.ReactNode | string;

*
* @see https://daypicker.dev/docs/accessibility#autofocus
* @see https://daypicker.dev/guides/accessibility#autofocus
*/

@@ -273,0 +273,0 @@ autoFocus?: boolean;

{
"name": "react-day-picker",
"version": "9.1.2",
"version": "9.1.3",
"description": "Customizable Date Picker for React",

@@ -144,6 +144,7 @@ "author": "Giampaolo Bellavite <io@gpbl.dev>",

"website/docs",
"tsconfig.json"
"tsconfig.json",
"tsconfig-base.json"
],
"dependencies": {
"@date-fns/tz": "^1.1.0",
"@date-fns/tz": "^1.1.2",
"date-fns": "^4.1.0"

@@ -161,6 +162,6 @@ },

"@types/node": "^22.5.4",
"@types/react": "^18.3.6",
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^8.4.0",
"@typescript-eslint/parser": "^8.5.0",
"@typescript-eslint/parser": "^8.6.0",
"date-fns": "^3.6.0",

@@ -178,3 +179,3 @@ "date-fns-jalali": "3.6.0-1",

"eslint-plugin-testing-library": "^6.3.0",
"html-validate": "^8.22.0",
"html-validate": "^8.23.0",
"jest": "^29.7.0",

@@ -181,0 +182,0 @@ "jest-environment-jsdom": "^29.7.0",

@@ -13,3 +13,3 @@ # React DayPicker

- ๐ŸŒ Can be [localized](https://daypicker.dev/docs/localization) into any language, supports [ISO 8601 dates](https://daypicker.dev/docs/localization#iso-week-dates), [time zones](https://daypicker.dev/docs/localization#time-zone), and the [Jalali calendar](https://daypicker.dev/docs/localization#jalali-calendar).
- ๐Ÿฆฎ Complies with WCAG 2.1 AA requirements for [accessibility](https://daypicker.dev/docs/accessibility).
- ๐Ÿฆฎ Complies with WCAG 2.1 AA requirements for [accessibility](https://daypicker.dev/guides/accessibility).
- โš™๏ธ [Customizable components](https://daypicker.dev/guides/custom-components) to extend the rendered elements.

@@ -16,0 +16,0 @@ - ๐Ÿ”ค Easy integration [with input fields](https://daypicker.dev/guides/input-fields).

@@ -270,3 +270,3 @@ import React from "react";

* @experimental
* @see https://daypicker.dev/docs/localization#time-zone
* @see https://daypicker.dev/docs/time-zone
*/

@@ -286,3 +286,3 @@ timeZone?: string | undefined;

*
* @see https://daypicker.dev/docs/accessibility#footer
* @see https://daypicker.dev/guides/accessibility#footer
*/

@@ -297,3 +297,3 @@ footer?: React.ReactNode | string;

*
* @see https://daypicker.dev/docs/accessibility#autofocus
* @see https://daypicker.dev/guides/accessibility#autofocus
*/

@@ -300,0 +300,0 @@ autoFocus?: boolean;

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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