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

@enact/spotlight

Package Overview
Dependencies
Maintainers
0
Versions
218
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@enact/spotlight - npm Package Compare versions

Comparing version 4.9.0-beta.1 to 4.9.0

10

CHANGELOG.md

@@ -5,2 +5,8 @@ # Change Log

## [4.9.0] - 2024-07-17
### Fixed
- `spotlight/Spotlight.disableSelector` to properly update the `selectorDisabled` container config
## [4.9.0-beta.1] - 2024-06-17

@@ -143,3 +149,3 @@

- `spotlight` to not leave the restrict container after returning from another app
## [4.5.0-rc.1] - 2022-06-23

@@ -154,3 +160,3 @@

- `spotlight` an optional `containerOption.toOuterContainer` parameter to `focus` function to search target recursively to outer container
## [4.5.0-alpha.2] - 2022-05-09

@@ -157,0 +163,0 @@

6

package.json
{
"name": "@enact/spotlight",
"version": "4.9.0-beta.1",
"version": "4.9.0",
"description": "A focus management library",

@@ -28,6 +28,6 @@ "repository": {

"dependencies": {
"@enact/core": "^4.9.0-beta.1",
"@enact/core": "^4.9.0",
"classnames": "^2.5.1",
"prop-types": "^15.8.1",
"ramda": "^0.29.1",
"ramda": "^0.30.1",
"react": "^18.3.1",

@@ -34,0 +34,0 @@ "react-dom": "^18.3.1",

@@ -562,3 +562,3 @@ "use strict";

(0, _container.configureContainer)(containerId, {
selectorDisabled: false
selectorDisabled: true
});

@@ -565,0 +565,0 @@ return true;

@@ -25,3 +25,3 @@ "use strict";

if (typeof window === 'object') {
elementMatchesSelector = window.Element.prototype.matches || window.Element.prototype.matchesSelector || window.Element.prototype.mozMatchesSelector || window.Element.prototype.webkitMatchesSelector || window.Element.prototype.msMatchesSelector || window.Element.prototype.oMatchesSelector || elementMatchesSelector;
elementMatchesSelector = window.Element.prototype.matches || elementMatchesSelector;
}

@@ -28,0 +28,0 @@ var matchSelector = exports.matchSelector = (0, _curry["default"])(function (selector, elem) {

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