Socket
Socket
Sign inDemoInstall

@instructure/ui-a11y-utils

Package Overview
Dependencies
Maintainers
33
Versions
1150
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@instructure/ui-a11y-utils - npm Package Compare versions

Comparing version 9.2.1-snapshot-9 to 9.3.0

2

CHANGELOG.md

@@ -6,3 +6,3 @@ # Change Log

## [9.2.1-snapshot-9](https://github.com/instructure/instructure-ui/compare/v9.2.0...v9.2.1-snapshot-9) (2024-07-16)
# [9.3.0](https://github.com/instructure/instructure-ui/compare/v9.2.0...v9.3.0) (2024-07-17)

@@ -9,0 +9,0 @@ **Note:** Version bump only for package @instructure/ui-a11y-utils

{
"name": "@instructure/ui-a11y-utils",
"version": "9.2.1-snapshot-9",
"version": "9.3.0",
"description": "A collection of utilities for managing focus and screen reader behavior",

@@ -26,13 +26,13 @@ "author": "Instructure, Inc. Engineering and Product Design",

"@babel/runtime": "^7.24.5",
"@instructure/console": "9.2.1-snapshot-9",
"@instructure/shared-types": "9.2.1-snapshot-9",
"@instructure/ui-a11y-content": "9.2.1-snapshot-9",
"@instructure/ui-dom-utils": "9.2.1-snapshot-9",
"@instructure/ui-react-utils": "9.2.1-snapshot-9",
"@instructure/uid": "9.2.1-snapshot-9",
"keycode": "^2.2.1"
"@instructure/console": "9.3.0",
"@instructure/shared-types": "9.3.0",
"@instructure/ui-a11y-content": "9.3.0",
"@instructure/ui-dom-utils": "9.3.0",
"@instructure/ui-react-utils": "9.3.0",
"@instructure/uid": "9.3.0",
"keycode": "^2"
},
"devDependencies": {
"@instructure/ui-babel-preset": "9.2.1-snapshot-9",
"@instructure/ui-color-utils": "9.2.1-snapshot-9",
"@instructure/ui-babel-preset": "9.3.0",
"@instructure/ui-color-utils": "9.3.0",
"@testing-library/jest-dom": "^6.4.5",

@@ -39,0 +39,0 @@ "@testing-library/react": "^15.0.7",

@@ -1,2 +0,1 @@

/// <reference types="react" />
import type { UIElement } from '@instructure/shared-types';

@@ -3,0 +2,0 @@ declare function scopeTab(element: UIElement | undefined, event: React.KeyboardEvent, onLeavingFinalTabbable?: () => void): void;

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