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
219
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.11 to 3.5.0

4

CHANGELOG.md

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

## [3.5.0] - 2021-02-05
No significant changes.
## [3.4.11] - 2020-12-11

@@ -7,0 +11,0 @@

4

package.json
{
"name": "@enact/spotlight",
"version": "3.4.11",
"version": "3.5.0",
"description": "A focus management library",

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

"dependencies": {
"@enact/core": "^3.4.11",
"@enact/core": "^3.5.0",
"prop-types": "^15.7.2",

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

@@ -47,3 +47,3 @@ # @enact/spotlight [![npm (scoped)](https://img.shields.io/npm/v/@enact/spotlight.svg?style=flat-square)](https://www.npmjs.com/package/@enact/spotlight)

Copyright (c) 2012-2020 LG Electronics
Copyright (c) 2012-2021 LG Electronics

@@ -50,0 +50,0 @@ Unless otherwise specified or set forth in the NOTICE file, all content,

@@ -205,7 +205,3 @@ "use strict";

return keyCode === value;
}); // FIXME: temporary patch to maintain compatibility with moonstone 3.2.5 which
// deconstructs `preventDefault` from the event which is incompatible with React's
// synthetic event.
ev.preventDefault = ev.preventDefault.bind(ev);
});
(0, _handle.forward)('onKeyUp', ev, props);

@@ -212,0 +208,0 @@ var notPrevented = !ev.defaultPrevented; // bail early for non-selection keyup to avoid clearing lastSelectTarget prematurely

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