Socket
Socket
Sign inDemoInstall

@react-types/calendar

Package Overview
Dependencies
Maintainers
2
Versions
547
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-types/calendar - npm Package Compare versions

Comparing version 3.4.8 to 3.4.9

4

package.json
{
"name": "@react-types/calendar",
"version": "3.4.8",
"version": "3.4.9",
"description": "Spectrum UI components in React",

@@ -21,3 +21,3 @@ "license": "Apache-2.0",

},
"gitHead": "f0aa6aacee60af265dc8994b9274ccf072a850aa"
"gitHead": "faf0e18467231422cb7a06eb92a74d04e271f1e8"
}

@@ -70,3 +70,3 @@ /*

export interface CalendarProps<T extends DateValue | null> extends CalendarPropsBase, ValueBase<T | null, MappedDateValue<T>> {}
export interface RangeCalendarProps<T extends DateValue | null> extends CalendarPropsBase, ValueBase<RangeValue<T>> {
export interface RangeCalendarProps<T extends DateValue | null> extends CalendarPropsBase, ValueBase<RangeValue<T> | null> {
/**

@@ -73,0 +73,0 @@ * When combined with `isDateUnavailable`, determines whether non-contiguous ranges,

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