Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@instructure/ui-focusable

Package Overview
Dependencies
Maintainers
0
Versions
1843
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@instructure/ui-focusable - npm Package Compare versions

Comparing version 10.4.1 to 10.4.2-pr-snapshot-1730913754131

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [10.4.2-pr-snapshot-1730913754131](https://github.com/instructure/instructure-ui/compare/v10.4.1...v10.4.2-pr-snapshot-1730913754131) (2024-11-06)
### Bug Fixes
* docs Github corner has focus ring ([cc742d1](https://github.com/instructure/instructure-ui/commit/cc742d16c6c2a1ac8de9defae1eb53d5db4fc0bd))
## [10.4.1](https://github.com/instructure/instructure-ui/compare/v10.4.0...v10.4.1) (2024-10-28)

@@ -8,0 +19,0 @@

5

es/Focusable/index.js

@@ -181,6 +181,3 @@ /*

}
if (isContentEditable) {
return true;
}
return false;
return isContentEditable;
}

@@ -187,0 +184,0 @@ render() {

@@ -190,6 +190,3 @@ "use strict";

}
if (isContentEditable) {
return true;
}
return false;
return isContentEditable;
}

@@ -196,0 +193,0 @@ render() {

18

package.json
{
"name": "@instructure/ui-focusable",
"version": "10.4.1",
"version": "10.4.2-pr-snapshot-1730913754131",
"description": "A utility used to identify when an element receives focus.",

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

"devDependencies": {
"@instructure/ui-babel-preset": "10.4.1",
"@instructure/ui-test-utils": "10.4.1"
"@instructure/ui-babel-preset": "10.4.2-pr-snapshot-1730913754131",
"@instructure/ui-test-utils": "10.4.2-pr-snapshot-1730913754131"
},
"dependencies": {
"@babel/runtime": "^7.25.6",
"@instructure/console": "10.4.1",
"@instructure/shared-types": "10.4.1",
"@instructure/ui-dom-utils": "10.4.1",
"@instructure/ui-react-utils": "10.4.1",
"@instructure/ui-utils": "10.4.1",
"@instructure/ui-view": "10.4.1",
"@instructure/console": "10.4.2-pr-snapshot-1730913754131",
"@instructure/shared-types": "10.4.2-pr-snapshot-1730913754131",
"@instructure/ui-dom-utils": "10.4.2-pr-snapshot-1730913754131",
"@instructure/ui-react-utils": "10.4.2-pr-snapshot-1730913754131",
"@instructure/ui-utils": "10.4.2-pr-snapshot-1730913754131",
"@instructure/ui-view": "10.4.2-pr-snapshot-1730913754131",
"prop-types": "^15.8.1"

@@ -39,0 +39,0 @@ },

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