Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

tabster

Package Overview
Dependencies
Maintainers
1
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 1.0.0-alpha.3 to 1.0.0-alpha.4

2

dist/index.d.ts

@@ -5,2 +5,2 @@ /*!

*/
export { createTabster, disposeTabster, forceCleanup, getTabsterAttribute, getGroupper, getMover, getCrossOrigin, getDeloser, getModalizer, getObservedElement, getOutline, getCurrentTabster, overrideBasics, makeNoOp, isNoOp, Types } from './Tabster';
export { createTabster, disposeTabster, forceCleanup, getTabsterAttribute, setTabsterAttribute, getGroupper, getMover, getCrossOrigin, getDeloser, getModalizer, getObservedElement, getOutline, getCurrentTabster, overrideBasics, makeNoOp, isNoOp, Types } from './Tabster';

@@ -88,4 +88,14 @@ /*!

export declare function disposeTabster(tabster: Types.TabsterCore): void;
export declare function getTabsterAttribute(props?: Types.TabsterAttributeProps, plain?: boolean): Types.TabsterDOMAttribute | string | undefined;
export declare function getTabsterAttribute(props: Types.TabsterAttributeProps): Types.TabsterDOMAttribute;
export declare function getTabsterAttribute(props: Types.TabsterAttributeProps, plain: true): string;
/**
* Sets or updates Tabster attribute of the element.
* @param element an element to set data-tabster attribute on.
* @param newProps new Tabster props to set.
* @param update if true, newProps will be merged with the existing props.
* When true and the value of a property in newProps is undefined, the property
* will be removed from the attribute.
*/
export declare function setTabsterAttribute(element: HTMLElement, newProps: Types.TabsterAttributeProps, update?: boolean): void;
/**
* Returns an instance of Tabster if it already exists on the window .

@@ -92,0 +102,0 @@ * @param win window instance that could contain an Tabster instance.

{
"name": "tabster",
"version": "1.0.0-alpha.3",
"version": "1.0.0-alpha.4",
"description": "Focus Management Tools for Web",

@@ -54,3 +54,3 @@ "author": "Marat Abdullin <marata@microsoft.com>",

},
"gitHead": "a155e6e38f0e9e56f21bb8e9d723cb3cf59e278b"
"gitHead": "cabcce2b3a34ff506f7983021682babe239dcc52"
}

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