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

makeup-roving-tabindex

Package Overview
Dependencies
Maintainers
5
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

makeup-roving-tabindex - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

6

index.js

@@ -33,3 +33,4 @@ 'use strict';

index: 0,
wrap: false
wrap: false,
axis: 'both'
};

@@ -148,3 +149,4 @@

autoReset: _this._options.autoReset,
wrap: _this._options.wrap
wrap: _this._options.wrap,
axis: _this._options.axis
});

@@ -151,0 +153,0 @@ return _this;

{
"name": "makeup-roving-tabindex",
"description": "Implements a roving tab index on given collection of elements",
"version": "0.2.2",
"version": "0.2.3",
"main": "index.js",

@@ -57,3 +57,3 @@ "repository": "https://github.com/makeup-js/makeup-roving-tabindex.git",

"custom-event-polyfill": "^1",
"makeup-navigation-emitter": "~0.2.1",
"makeup-navigation-emitter": "~0.2.2",
"nodelist-foreach-polyfill": "^1"

@@ -60,0 +60,0 @@ },

@@ -75,2 +75,3 @@ # makeup-roving-tabindex

* `wrap` : specify whether arrow keys should wrap/loop (default: false)
* `axis` : specify 'x' for left/right arrow keys, 'y' for up/down arrow keys, or 'both' (default: 'both')

@@ -77,0 +78,0 @@ ## Properties

Sorry, the diff of this file is not supported yet

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