New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@noriginmedia/norigin-spatial-navigation

Package Overview
Dependencies
Maintainers
16
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@noriginmedia/norigin-spatial-navigation - npm Package Versions

13

1.3.1

Diff

Changelog

Source

[1.3.1]

Added

  • Extra debug logs, printing focusable components data in addition to DOM nodes.
  • Extra call to set focused state to false on unmount. This is to support "double-mount" in Strict mode in React 18.

Changed

  • [Potentially Breaking] Auto restore focus when the item is removed is now happening with a slight debounced delay.

Removed

  • Custom useEffectOnce hook that introduced issues with unmounted components being remained as focusable.
asgvard
published 1.3.0 •

Changelog

Source

[1.3.0]

Added

  • new init config option shouldFocusDOMNode that focuses the underlying accessible DOM node too.
asgvard
published 1.2.0 •

Changelog

Source

[1.2.0]

Added

  • new init config option useGetBoundingClientRect that affects the measurements of sizes and coordinates.
guilleconstantino
published 1.1.5 •

Changelog

Source

[1.1.5]

Added

  • Add setThrottle to dynamically change throttle time.

Changed

  • Remove event listeners for unbindEventHandlers regardless of throttle value
guilleconstantino
published 1.1.4 •

Changelog

Source

[1.1.4]

Changed

  • Update parentFocusKey when removeFocusable
  • Fix issue with destroy (added bind)
guilleconstantino
published 1.1.3 •

Changelog

Source

[1.1.3]

Changed

  • Reflect.deleteProperty was replaced by delete to be es5 compliant.
guilleconstantino
published 1.1.2 •

Changelog

Source

[1.1.2]

Added

  • Param focusDetails in focusSelf and setFocus methods.
asgvard
published 1.1.1 •

Changelog

Source

[1.1.1]

Changed

  • Output bundle is now targeting ES5.
asgvard
published 1.1.0 •

Changelog

Source

[1.1.0]

Added

  • Support for React v18 StrictMode. Added useEffectOnce to avoid multiple effect runs on mount that was breaking the generation of the focusKeys.

Fixed

  • Few TS errors that somehow not being checked when the app is built and published ¯_(ツ)_/¯.
asgvard
published 1.0.6 •

Changelog

Source

[1.0.6]

Added

  • Function (getCurrentFocusKey) for retrieving the currently focused component's focus key
  • Support for passing multiple key codes per direction in setKeyMap
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