New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@react-types/datepicker

Package Overview
Dependencies
Maintainers
2
Versions
721
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-types/datepicker - npm Package Compare versions

Comparing version 3.0.0-nightly-835f0aa1b-250107 to 3.0.0-nightly-873f6fe9a-250125

10

package.json
{
"name": "@react-types/datepicker",
"version": "3.0.0-nightly-835f0aa1b-250107",
"version": "3.0.0-nightly-873f6fe9a-250125",
"description": "Spectrum UI components in React",

@@ -12,6 +12,6 @@ "license": "Apache-2.0",

"dependencies": {
"@internationalized/date": "3.0.0-nightly-835f0aa1b-250107",
"@react-types/calendar": "3.0.0-nightly-835f0aa1b-250107",
"@react-types/overlays": "3.0.0-nightly-835f0aa1b-250107",
"@react-types/shared": "3.0.0-nightly-835f0aa1b-250107"
"@internationalized/date": "3.0.0-nightly-873f6fe9a-250125",
"@react-types/calendar": "3.0.0-nightly-873f6fe9a-250125",
"@react-types/overlays": "3.0.0-nightly-873f6fe9a-250125",
"@react-types/shared": "3.0.0-nightly-873f6fe9a-250125"
},

@@ -18,0 +18,0 @@ "publishConfig": {

@@ -74,3 +74,7 @@ /*

*/
pageBehavior?: PageBehavior
pageBehavior?: PageBehavior,
/**
* The day that starts the week.
*/
firstDayOfWeek?: 'sun' | 'mon' | 'tue' | 'wed' | 'thu' | 'fri' | 'sat'
}

@@ -77,0 +81,0 @@ export interface AriaDatePickerBaseProps<T extends DateValue> extends DatePickerBase<T>, AriaLabelingProps, DOMProps {}

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