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
718
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.10.0 to 3.11.0

10

package.json
{
"name": "@react-types/datepicker",
"version": "3.10.0",
"version": "3.11.0",
"description": "Spectrum UI components in React",

@@ -13,5 +13,5 @@ "license": "Apache-2.0",

"@internationalized/date": "^3.7.0",
"@react-types/calendar": "^3.6.0",
"@react-types/overlays": "^3.8.12",
"@react-types/shared": "^3.27.0"
"@react-types/calendar": "^3.6.1",
"@react-types/overlays": "^3.8.13",
"@react-types/shared": "^3.28.0"
},

@@ -24,3 +24,3 @@ "publishConfig": {

},
"gitHead": "09e7f44bebdc9d89122926b2b439a0a38a2814ea"
"gitHead": "4d3c72c94eea2d72eb3a0e7d56000c6ef7e39726"
}

@@ -40,3 +40,3 @@ /*

export type Granularity = 'day' | 'hour' | 'minute' | 'second';
interface DateFieldBase<T extends DateValue> extends InputBase, Validation<MappedDateValue<T>>, FocusableProps, LabelableProps, HelpTextProps, OverlayTriggerProps {
interface DateFieldBase<T extends DateValue> extends InputBase, Validation<MappedDateValue<T>>, FocusableProps, LabelableProps, HelpTextProps {
/** The minimum allowed date that a user may select. */

@@ -43,0 +43,0 @@ minValue?: DateValue | null,

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