Socket
Socket
Sign inDemoInstall

@github/tab-container-element

Package Overview
Dependencies
Maintainers
14
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@github/tab-container-element - npm Package Compare versions

Comparing version 3.0.7 to 3.0.8

5

index.d.ts

@@ -7,2 +7,5 @@ export default class TabContainerElement extends HTMLElement { }

}
}
interface HTMLElementTagNameMap {
'tab-container': TabContainerElement
}
}

2

package.json
{
"name": "@github/tab-container-element",
"version": "3.0.7",
"version": "3.0.8",
"description": "Tab container element",

@@ -5,0 +5,0 @@ "main": "dist/index.umd.js",

@@ -21,4 +21,4 @@ # <tab-container> element

<button type="button" role="tab" aria-selected="true">Tab one</button>
<button type="button" role="tab">Tab two</button>
<button type="button" role="tab">Tab three</button>
<button type="button" role="tab" tabindex="-1">Tab two</button>
<button type="button" role="tab" tabindex="-1">Tab three</button>
</div>

@@ -25,0 +25,0 @@ <div role="tabpanel">

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