Repository Analysis

wenzhixin/bootstrap-table

An extended table for integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation, Vue.js)

0.6 Likely human-written View on GitHub
0.6
Adjusted Score
0.6
Raw Score
100%
Time Factor
2026-05-30
Last Push
11,823
Stars
JavaScript
Language
40,341
Lines of Code
223
Files
16
Pattern Hits
2026-05-31
Scan Date

Score History

Severity Breakdown

CRITICAL 0HIGH 2MEDIUM 0LOW 14

Pattern Findings

16 matches across 4 categories. Click a row to expand file-level details.

Cross-Language Confusion (JS/TS)2 hits · 10 pts
SeverityFileLineSnippet
HIGHcypress/extensions/print/options.js25 print () {},
HIGHcypress/extensions/print/options.js642 print () {
Verbosity Indicators4 hits · 6 pts
SeverityFileLineSnippet
LOWsite/scripts/algolia-index.js376 // Step 1: Further compress content
LOWsite/scripts/algolia-index.js386 // Step 2: Remove optional fields to save space
LOWsite/scripts/algolia-index.js402 // Step 3: Compress hierarchy
LOWsite/scripts/algolia-index.js418 // Step 4: Final content compression
Hyper-Verbose Identifiers6 hits · 6 pts
SeverityFileLineSnippet
LOWsrc/utils/checkbox.js119export function getDropdownColumnCheckboxHtml (options) {
LOWsrc/extensions/filter-control/utils.js11export function getOptionsFromSelectControl (selectControl) {
LOWsrc/extensions/filter-control/utils.js49export function existOptionInSelectControl (selectControl, value) {
LOWsrc/extensions/filter-control/utils.js233export function collectBootstrapTableFilterCookies () {
LOWsrc/extensions/filter-control/utils.js276export function isColumnSearchableViaSelect ({ filterControl, searchable }) {
LOWsrc/extensions/filter-control/utils.js566export function getDirectionOfSelectOptions (_alignment) {
Over-Commented Block4 hits · 4 pts
SeverityFileLineSnippet
LOWcypress/support/commands.js1// ***********************************************
LOWcypress/support/commands.js21// Cypress.Commands.add("dismiss", { prevSubject: 'optional'}, (subject, options) => { ... })
LOWcypress/support/e2e.js1// ***********************************************************
LOWtests/utils/search-sort.test.js101// Note: replaceSearchMark tests are skipped due to potential issues with happy-dom