DeepSource
Dashboard Resources Pricing Discover Directory Log in

Run your first analysis.

Find thousands of code security and quality issues in your codebase, before they end up in production.

Start now

gururajbm / custom-select-tdd
Active

Last analyzed 5cff347 3 months ago
Default analysis branch is
Currently analyzing run
All issues
52
Recommended
11
Bug risk
19
Anti-pattern
25
Security
0
Performance
8
Type check
0
Coverage
0
Style
0
Documentation
0

Null comparisons without type-checking operators may not work as intended

JS-0059
Bug risk
3 months ago — 5 months old
Found in src/serviceWorker.js
2

Found Yoda conditions

JS-0104
Bug risk
3 months ago — 5 months old
Found in src/component/customSelect/customSelect.js
1

Should not have unused variables

JS-0128
Bug risk
3 months ago — 5 months old
Found in src/../customSelect.js and src/../tag.js
2
90%

Found the usage of undeclared variables

JS-0125
Bug risk
3 months ago — 5 months old
Found in src/utils/testUtils.js
1

Avoid use of == and !=

JS-0050
Anti-pattern
3 months ago — 5 months old
Found in src/serviceWorker.js
2

Prefer that non-interactive, visible elements (such as <div>) that have click handlers use the role attribute

JS-0765
Anti-pattern
3 months ago — 3 months old
Found in src/component/tag/tag.js
1

Prefer to accompany onClick with some elements

JS-0746
Anti-pattern
3 months ago — 3 months old
Found in src/component/tag/tag.js
1

Bad usage of RegExp#exec and String#match

JS-D007
Performance
3 months ago — 5 months old
Found in src/serviceWorker.js
1