{"id":23078043,"url":"https://github.com/jaliborc/securetabs-2.0","last_synced_at":"2025-08-15T19:33:07.360Z","repository":{"id":12361528,"uuid":"15010197","full_name":"Jaliborc/SecureTabs-2.0","owner":"Jaliborc","description":"Adds functional blizzard looking tabs to secure panels without causing taint.","archived":false,"fork":false,"pushed_at":"2025-01-12T18:55:18.000Z","size":33,"stargazers_count":3,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-03T20:51:11.552Z","etag":null,"topics":["library","lua","tabs","world-of-warcraft"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Jaliborc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"patreon":"jaliborc","custom":"paypal.me/jaliborc"}},"created_at":"2013-12-07T18:01:01.000Z","updated_at":"2025-01-12T18:55:22.000Z","dependencies_parsed_at":"2024-05-01T16:42:22.239Z","dependency_job_id":"22bbc0b2-640c-4240-bb9b-0a722e760db3","html_url":"https://github.com/Jaliborc/SecureTabs-2.0","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/Jaliborc/SecureTabs-2.0","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jaliborc%2FSecureTabs-2.0","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jaliborc%2FSecureTabs-2.0/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jaliborc%2FSecureTabs-2.0/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jaliborc%2FSecureTabs-2.0/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Jaliborc","download_url":"https://codeload.github.com/Jaliborc/SecureTabs-2.0/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jaliborc%2FSecureTabs-2.0/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270620805,"owners_count":24617726,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-15T02:00:12.559Z","response_time":110,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["library","lua","tabs","world-of-warcraft"],"created_at":"2024-12-16T10:46:18.873Z","updated_at":"2025-08-15T19:33:07.093Z","avatar_url":"https://github.com/Jaliborc.png","language":"Lua","readme":"# SecureTabs-2.0 :bookmark_tabs:\n[![Patreon](http://img.shields.io/badge/news%20\u0026%20rewards-patreon-ff4d42)](https://www.patreon.com/jaliborc)\n[![Paypal](http://img.shields.io/badge/donate-paypal-1d3fe5)](https://www.paypal.me/jaliborc)\n[![Discord](http://img.shields.io/badge/discuss-discord-5865F2)](https://bit.ly/discord-jaliborc)\n\nAdds functional blizzard looking tabs to secure panels without causing taint.\n\n:bulb: Note that it is not possible to hide the original content of the panel without causing taint.\nAs such, you should create a frame that covers the original content. When your tab is selected, your frame will be shown and the end result will be the same.\n\n\n### Usage Example\nThis code adds a tab to the `MerchantFrame`, which manages displaying a custom `MyFrame` whenever the tab is selected:\n\n```\nlocal tab = LibStub('SecureTabs-2.0'):Add(MerchantFrame)\ntab:SetText('My Tab Title')\ntab.frame = MyFrame\n\ntab.OnSelect = function()\n  print('Tab was clicked!')\nend\n\ntab.OnDeselect = function()\n  print('A different tab was clicked!')\nend\n```\n\n`MyFrame` is optional. You can manage behaviour yourself using `.OnSelect` and `OnDeselect`. Just make sure to not cause taint if you do.\n\n### :warning: Reminder!\nIf you use this library, please list it as one of your dependencies in the CurseForge admin system. It's a big help! :+1:\n","funding_links":["https://patreon.com/jaliborc","paypal.me/jaliborc","https://www.patreon.com/jaliborc","https://www.paypal.me/jaliborc"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaliborc%2Fsecuretabs-2.0","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjaliborc%2Fsecuretabs-2.0","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaliborc%2Fsecuretabs-2.0/lists"}