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

@react-aria/datepicker

Package Overview
Dependencies
Maintainers
2
Versions
684
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-aria/datepicker - npm Package Compare versions

Comparing version 3.0.0-nightly.1635 to 3.0.0-nightly.1641

2

dist/main.js

@@ -270,2 +270,4 @@ var $IwcIq$reactariafocus = require("@react-aria/focus");

let { pressProps: pressProps } = $IwcIq$reactariainteractions.usePress({
preventFocusOnPress: true,
allowTextSelectionOnPress: true,
onPressStart (e) {

@@ -272,0 +274,0 @@ if (e.pointerType === 'mouse') focusLast();

@@ -260,2 +260,4 @@ import {createFocusManager as $cIPI0$createFocusManager, getFocusableTreeWalker as $cIPI0$getFocusableTreeWalker} from "@react-aria/focus";

let { pressProps: pressProps } = $cIPI0$usePress({
preventFocusOnPress: true,
allowTextSelectionOnPress: true,
onPressStart (e) {

@@ -262,0 +264,0 @@ if (e.pointerType === 'mouse') focusLast();

34

package.json
{
"name": "@react-aria/datepicker",
"version": "3.0.0-nightly.1635+70e769acf",
"version": "3.0.0-nightly.1641+0056d8b46",
"description": "Spectrum UI components in React",

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

"@babel/runtime": "^7.6.2",
"@internationalized/date": "3.0.1-nightly.3335+70e769acf",
"@internationalized/message": "3.0.9-nightly.3335+70e769acf",
"@internationalized/number": "3.1.2-nightly.3335+70e769acf",
"@react-aria/focus": "3.0.0-nightly.1635+70e769acf",
"@react-aria/i18n": "3.0.0-nightly.1635+70e769acf",
"@react-aria/interactions": "3.0.0-nightly.1635+70e769acf",
"@react-aria/label": "3.0.0-nightly.1635+70e769acf",
"@react-aria/spinbutton": "3.0.0-nightly.1635+70e769acf",
"@react-aria/utils": "3.0.0-nightly.1635+70e769acf",
"@react-stately/datepicker": "3.0.0-nightly.1635+70e769acf",
"@react-types/button": "3.5.2-nightly.3335+70e769acf",
"@react-types/calendar": "3.0.0-nightly.1635+70e769acf",
"@react-types/datepicker": "3.0.0-nightly.1635+70e769acf",
"@react-types/dialog": "3.4.2-nightly.3335+70e769acf",
"@react-types/shared": "3.0.0-nightly.1635+70e769acf"
"@internationalized/date": "3.0.1-nightly.3341+0056d8b46",
"@internationalized/message": "3.0.9-nightly.3341+0056d8b46",
"@internationalized/number": "3.1.2-nightly.3341+0056d8b46",
"@react-aria/focus": "3.0.0-nightly.1641+0056d8b46",
"@react-aria/i18n": "3.0.0-nightly.1641+0056d8b46",
"@react-aria/interactions": "3.0.0-nightly.1641+0056d8b46",
"@react-aria/label": "3.0.0-nightly.1641+0056d8b46",
"@react-aria/spinbutton": "3.0.0-nightly.1641+0056d8b46",
"@react-aria/utils": "3.0.0-nightly.1641+0056d8b46",
"@react-stately/datepicker": "3.0.0-nightly.1641+0056d8b46",
"@react-types/button": "3.5.2-nightly.3341+0056d8b46",
"@react-types/calendar": "3.0.0-nightly.1641+0056d8b46",
"@react-types/datepicker": "3.0.0-nightly.1641+0056d8b46",
"@react-types/dialog": "3.4.2-nightly.3341+0056d8b46",
"@react-types/shared": "3.0.0-nightly.1641+0056d8b46"
},

@@ -45,3 +45,3 @@ "peerDependencies": {

},
"gitHead": "70e769acf639fc4ef3a704cb8fad81349cb4137a"
"gitHead": "0056d8b4614269a9e3267ea7ce91c12d45771c19"
}

@@ -84,2 +84,4 @@ import {createFocusManager, getFocusableTreeWalker} from '@react-aria/focus';

let {pressProps} = usePress({
preventFocusOnPress: true,
allowTextSelectionOnPress: true,
onPressStart(e) {

@@ -86,0 +88,0 @@ if (e.pointerType === 'mouse') {

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