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

@fluentui/react-tabster

Package Overview
Dependencies
Maintainers
0
Versions
951
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluentui/react-tabster - npm Package Compare versions

Comparing version 0.0.0-nightly-20250116-0406.1 to 0.0.0-nightly-20250120-0408.1

4

lib-commonjs/index.js

@@ -57,7 +57,7 @@ "use strict";

},
/** @deprecated Use element.dispatchEvent(new GroupperMoveFocusEvent({ action: GroupperMoveFocusActions.Escape })) */ // eslint-disable-next-line deprecation/deprecation
/** @deprecated Use element.dispatchEvent(new GroupperMoveFocusEvent({ action: GroupperMoveFocusActions.Escape })) */ // eslint-disable-next-line @typescript-eslint/no-deprecated
dispatchGroupperMoveFocusEvent: function() {
return _tabster.dispatchGroupperMoveFocusEvent;
},
/** @deprecated Use element.dispatchEvent(new MoverMoveFocusEvent({ key: MoverKeys.ArrowDown })) */ // eslint-disable-next-line deprecation/deprecation
/** @deprecated Use element.dispatchEvent(new MoverMoveFocusEvent({ key: MoverKeys.ArrowDown })) */ // eslint-disable-next-line @typescript-eslint/no-deprecated
dispatchMoverMoveFocusEvent: function() {

@@ -64,0 +64,0 @@ return _tabster.dispatchMoverMoveFocusEvent;

@@ -10,4 +10,4 @@ export { useArrowNavigationGroup, useFocusableGroup, useFocusFinders, useFocusVisible, useFocusWithin, useKeyboardNavAttribute, useModalAttributes, useTabsterAttributes, useObservedElement, useFocusObserved, useMergedTabsterAttributes_unstable, useRestoreFocusSource, useRestoreFocusTarget, useUncontrolledFocus, useOnKeyboardNavigationChange, useIsNavigatingWithKeyboard, useSetKeyboardNavigation, useFocusedElementChange } from './hooks/index';

import * as TabsterTypes6_0_1_DoNotUse from './tabster-types-6.0.1-do-not-use';
export { /** @deprecated (Do not use! Exposed by mistake and will be removed in the next major version.) */ TabsterTypes6_0_1_DoNotUse as TabsterTypes, /** @deprecated Use element.dispatchEvent(new GroupperMoveFocusEvent({ action: GroupperMoveFocusActions.Escape })) */ // eslint-disable-next-line deprecation/deprecation
dispatchGroupperMoveFocusEvent, /** @deprecated Use element.dispatchEvent(new MoverMoveFocusEvent({ key: MoverKeys.ArrowDown })) */ // eslint-disable-next-line deprecation/deprecation
export { /** @deprecated (Do not use! Exposed by mistake and will be removed in the next major version.) */ TabsterTypes6_0_1_DoNotUse as TabsterTypes, /** @deprecated Use element.dispatchEvent(new GroupperMoveFocusEvent({ action: GroupperMoveFocusActions.Escape })) */ // eslint-disable-next-line @typescript-eslint/no-deprecated
dispatchGroupperMoveFocusEvent, /** @deprecated Use element.dispatchEvent(new MoverMoveFocusEvent({ key: MoverKeys.ArrowDown })) */ // eslint-disable-next-line @typescript-eslint/no-deprecated
dispatchMoverMoveFocusEvent };

@@ -14,0 +14,0 @@ /**

{
"name": "@fluentui/react-tabster",
"version": "0.0.0-nightly-20250116-0406.1",
"version": "0.0.0-nightly-20250120-0408.1",
"description": "Utilities for focus management and facade for tabster",

@@ -20,5 +20,5 @@ "main": "lib-commonjs/index.js",

"dependencies": {
"@fluentui/react-shared-contexts": "0.0.0-nightly-20250116-0406.1",
"@fluentui/react-theme": "0.0.0-nightly-20250116-0406.1",
"@fluentui/react-utilities": "0.0.0-nightly-20250116-0406.1",
"@fluentui/react-shared-contexts": "0.0.0-nightly-20250120-0408.1",
"@fluentui/react-theme": "0.0.0-nightly-20250120-0408.1",
"@fluentui/react-utilities": "0.0.0-nightly-20250120-0408.1",
"@griffel/react": "^1.5.22",

@@ -25,0 +25,0 @@ "@swc/helpers": "^0.5.1",

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 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