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

@enact/spotlight

Package Overview
Dependencies
Maintainers
1
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 3.4.9-experimental-6 to 3.4.9-experimental-7

6

CHANGELOG.md

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

## [3.4.9-experimental-7] - 2021-11-24
### Fixed
- `spotlight/SpotlightRootDecorator` to show focus when last input type is `none`
## [3.4.9-experimental-6] - 2021-04-07

@@ -7,0 +13,0 @@

6

package.json
{
"name": "@enact/spotlight",
"version": "3.4.9-experimental-6",
"version": "3.4.9-experimental-7",
"description": "A focus management library",

@@ -21,4 +21,4 @@ "main": "src/spotlight.js",

"dependencies": {
"@enact/core": "^3.4.9-experimental-6",
"@enact/webos": "^3.4.9-experimental-6",
"@enact/core": "^3.4.9-experimental-7",
"@enact/webos": "^3.4.9-experimental-7",
"prop-types": "^15.7.2",

@@ -25,0 +25,0 @@ "ramda": "^0.24.1",

@@ -216,8 +216,5 @@ "use strict";

this.containerRef.current.classList.add('touch-mode');
} else if (inputType === 'mouse' || inputType === 'key') {
} else {
this.containerRef.current.classList.add('non-touch-mode');
this.containerRef.current.classList.remove('touch-mode');
} else {
this.containerRef.current.classList.remove('non-touch-mode');
this.containerRef.current.classList.remove('touch-mode');
}

@@ -224,0 +221,0 @@

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