Socket
Socket
Sign inDemoInstall

tabster

Package Overview
Dependencies
Maintainers
3
Versions
156
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tabster - npm Package Compare versions

Comparing version 7.1.0 to 7.1.1

9

dist/dts/Types.d.ts

@@ -8,2 +8,11 @@ /*!

export declare const FocusableSelector: string;
export interface HTMLElementWithTabsterFlags extends HTMLElement {
__tabsterElementFlags?: {
/**
* @deprecated This option is added to support interop between Fluent UI V9 and Fluent UI V8.
* Once Fluent UI V8 is not supported anymore, this option should be removed.
*/
noDirectAriaHidden?: boolean;
};
}
export interface TabsterDOMAttribute {

@@ -10,0 +19,0 @@ [TabsterAttributeName]: string | undefined;

@@ -8,2 +8,11 @@ /*!

declare const FocusableSelector: string;
interface HTMLElementWithTabsterFlags extends HTMLElement {
__tabsterElementFlags?: {
/**
* @deprecated This option is added to support interop between Fluent UI V9 and Fluent UI V8.
* Once Fluent UI V8 is not supported anymore, this option should be removed.
*/
noDirectAriaHidden?: boolean;
};
}
interface TabsterDOMAttribute {

@@ -784,2 +793,3 @@ [TabsterAttributeName]: string | undefined;

declare const Types_d_FocusableSelector: typeof FocusableSelector;
type Types_d_HTMLElementWithTabsterFlags = HTMLElementWithTabsterFlags;
type Types_d_TabsterDOMAttribute = TabsterDOMAttribute;

@@ -913,2 +923,3 @@ type Types_d_TabsterCoreProps = TabsterCoreProps;

Types_d_FocusableSelector as FocusableSelector,
Types_d_HTMLElementWithTabsterFlags as HTMLElementWithTabsterFlags,
Types_d_TabsterDOMAttribute as TabsterDOMAttribute,

@@ -915,0 +926,0 @@ Types_d_TabsterCoreProps as TabsterCoreProps,

2

package.json
{
"name": "tabster",
"version": "7.1.0",
"version": "7.1.1",
"description": "Focus Management Tools for Web",

@@ -5,0 +5,0 @@ "author": "Marat Abdullin <marata@microsoft.com>",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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