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

@noriginmedia/react-spatial-navigation

Package Overview
Dependencies
Maintainers
2
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@noriginmedia/react-spatial-navigation - npm Package Compare versions

Comparing version 2.12.1 to 2.12.2

4

CHANGELOG.md

@@ -7,2 +7,6 @@ # Changelog

## [2.12.2]
### Changed
- update layouts at the beginning of smartNavigate instead of after setFocus
## [2.12.1]

@@ -9,0 +13,0 @@ ### Fixed

8

dist/spatialNavigation.js

@@ -621,2 +621,6 @@ 'use strict';

if (!this.nativeMode && !fromParentFocusKey) {
this.updateAllLayouts();
}
var currentComponent = this.focusableComponents[fromParentFocusKey || this.focusKey];

@@ -1038,6 +1042,2 @@

this.updateParentsLastFocusedChild(lastFocusedKey);
if (!this.nativeMode) {
this.updateAllLayouts();
}
}

@@ -1044,0 +1044,0 @@ }, {

{
"name": "@noriginmedia/react-spatial-navigation",
"version": "2.12.1",
"version": "2.12.2",
"description": "HOC-based Spatial Navigation (key navigation) solution for React",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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