Socket
Socket
Sign inDemoInstall

@react-aria/focus

Package Overview
Dependencies
Maintainers
1
Versions
749
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-aria/focus - npm Package Compare versions

Comparing version 3.2.0 to 3.2.1

2

dist/main.js

@@ -14,3 +14,2 @@ var _babelRuntimeHelpersObjectWithoutPropertiesLoose = $parcel$interopDefault(require("@babel/runtime/helpers/objectWithoutPropertiesLoose"));

useEffect,
useLayoutEffect,
useRef,

@@ -31,2 +30,3 @@ useState

runAfterTransition,
useLayoutEffect,
mergeProps

@@ -33,0 +33,0 @@ } = require("@react-aria/utils");

import _babelRuntimeHelpersEsmObjectWithoutPropertiesLoose from "@babel/runtime/helpers/esm/objectWithoutPropertiesLoose";
import _clsx from "clsx";
import _babelRuntimeHelpersEsmExtends from "@babel/runtime/helpers/esm/extends";
import _react, { useContext, useEffect, useLayoutEffect, useRef, useState } from "react";
import _react, { useContext, useEffect, useRef, useState } from "react";
import { getInteractionModality, useFocus, useFocusVisible, useFocusWithin, useKeyboard } from "@react-aria/interactions";
import { focusWithoutScrolling, runAfterTransition, mergeProps } from "@react-aria/utils";
import { focusWithoutScrolling, runAfterTransition, useLayoutEffect, mergeProps } from "@react-aria/utils";

@@ -8,0 +8,0 @@ /**

@@ -168,3 +168,3 @@ import React, { ReactNode, HTMLAttributes, ReactElement, MutableRefObject, RefObject } from "react";

unselectable?: "on" | "off";
inputMode?: "search" | "none" | "text" | "numeric" | "tel" | "url" | "email" | "decimal";
inputMode?: "search" | "none" | "text" | "decimal" | "numeric" | "tel" | "url" | "email";
is?: string;

@@ -171,0 +171,0 @@ 'aria-activedescendant'?: string;

{
"name": "@react-aria/focus",
"version": "3.2.0",
"version": "3.2.1",
"description": "Spectrum UI components in React",

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

"@react-aria/interactions": "^3.2.0",
"@react-aria/utils": "^3.2.0",
"@react-aria/utils": "^3.2.1",
"@react-types/shared": "^3.2.0",

@@ -33,3 +33,3 @@ "clsx": "^1.1.1"

},
"gitHead": "661f0f2e3b8648a75aae83043267954700059fe0"
"gitHead": "d050016e6876b20e4d8a95ba5fb5630d78e75a60"
}

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