New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.8.3 to 2.8.4

4

CHANGELOG.md

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

## [2.8.4]
### Fixed
- Fixed useless `logIndex` update.
## [2.8.3]

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

4

dist/spatialNavigation.js

@@ -443,3 +443,5 @@ 'use strict';

_this3.logIndex++;
if (_this3.debug) {
_this3.logIndex += 1;
}

@@ -446,0 +448,0 @@ var eventType = (0, _findKey2.default)(_this3.getKeyMap(), function (code) {

{
"name": "@noriginmedia/react-spatial-navigation",
"version": "2.8.3",
"version": "2.8.4",
"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