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.0 to 3.0.1

2

dist/index.esm.js

@@ -1,2 +0,2 @@

class TabContainerElement extends HTMLElement {
export default class TabContainerElement extends HTMLElement {
constructor() {

@@ -3,0 +3,0 @@ super();

(function (global, factory) {
if (typeof define === "function" && define.amd) {
define([], factory);
define(["exports"], factory);
} else if (typeof exports !== "undefined") {
factory();
factory(exports);
} else {

@@ -10,8 +10,13 @@ var mod = {

};
factory();
factory(mod.exports);
global.index = mod.exports;
}
})(this, function () {
})(this, function (_exports) {
"use strict";
Object.defineProperty(_exports, "__esModule", {
value: true
});
_exports.default = void 0;
class TabContainerElement extends HTMLElement {

@@ -55,2 +60,4 @@ constructor() {

_exports.default = TabContainerElement;
function selectTab(tabContainer, index) {

@@ -57,0 +64,0 @@ const tabs = tabContainer.querySelectorAll('[role="tablist"] [role="tab"]');

{
"name": "@github/tab-container-element",
"version": "3.0.0",
"version": "3.0.1",
"description": "Tab container element",

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

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