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

@types/tabbable

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/tabbable - npm Package Compare versions

Comparing version 3.1.0 to 3.1.1

2

tabbable/index.d.ts

@@ -10,3 +10,3 @@ // Type definitions for tabbable 3.1

interface Options {
includeContainer?: boolean;
includeContainer?: boolean | undefined;
}

@@ -13,0 +13,0 @@

{
"name": "@types/tabbable",
"version": "3.1.0",
"version": "3.1.1",
"description": "TypeScript definitions for tabbable",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/tabbable",
"license": "MIT",

@@ -14,10 +15,12 @@ "contributors": [

"main": "",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/tabbable"
},
"scripts": {},
"dependencies": {},
"typesPublisherContentHash": "0ac88eba7a20077d0df749ffe372a57455edaf8cc13bec15f93075abb565175c",
"typeScriptVersion": "2.0"
"typesPublisherContentHash": "75841e729009fa3f765c0219982684fc42ecbf2e12e989ddd787b1aa28fa894e",
"typeScriptVersion": "3.6"
}

@@ -8,6 +8,28 @@ # Installation

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/tabbable
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/tabbable.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/tabbable/index.d.ts)
````ts
// Type definitions for tabbable 3.1
// Project: https://github.com/davidtheclark/tabbable
// Definitions by: Michael Swiger <https://github.com/mokkan>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
Additional Details
* Last updated: Fri, 21 Sep 2018 18:28:09 GMT
declare function T(el: Element | Document, options?: T.Options): HTMLElement[];
declare namespace T {
interface Options {
includeContainer?: boolean | undefined;
}
function isTabbable(el: HTMLElement): boolean;
function isFocusable(el: HTMLElement): boolean;
}
export = T;
````
### Additional Details
* Last updated: Fri, 02 Jul 2021 21:32:06 GMT
* Dependencies: none

@@ -17,2 +39,2 @@ * Global values: none

# Credits
These definitions were written by Michael Swiger <https://github.com/mokkan>.
These definitions were written by [Michael Swiger](https://github.com/mokkan).

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