String validation
11 matches across 3 categories. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | README.md | 37 | validator.isEmail('foo@bar.com'); //=> true |
| LOW | README.md | 65 | validator.isEmail('foo@bar.com'); //=> true |
| LOW | test/clientSide.test.js | 22 | assert.strictEqual(min.isEmail('foo@bar.com'), true); |
| LOW | test/validators.test.js | 15 | 'foo@bar.com', |
| LOW | test/validators.test.js | 115 | 'foo@bar.com', |
| LOW | test/validators.test.js | 147 | 'foo@bar.com', |
| LOW | test/validators.test.js | 225 | 'foo@bar.com', |
| LOW | test/validators.test.js | 958 | 'user@example.com', |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | .github/workflows/codeql-analysis.yml | 1 | # For most projects, this workflow file will not need changing; you simply need |
| LOW | .github/workflows/codeql-analysis.yml | 61 | # ✏️ If the Autobuild fails above, remove it and uncomment the following three lines |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | src/lib/isEAN.js | 35 | function getPositionWeightThroughLengthAndIndex(length, index) { |