Repository Analysis

immutable-js/immutable-js

Immutable persistent data collections for Javascript which increase efficiency and simplicity.

0.1 Likely human-written View on GitHub
0.1
Adjusted Score
0.1
Raw Score
100%
Time Factor
2026-05-29
Last Push
33,059
Stars
TypeScript
Language
58,331
Lines of Code
254
Files
7
Pattern Hits
2026-05-31
Scan Date

Score History

Severity Breakdown

CRITICAL 0HIGH 0MEDIUM 0LOW 7

Pattern Findings

7 matches across 3 categories. Click a row to expand file-level details.

Over-Commented Block3 hits · 3 pts
SeverityFileLineSnippet
LOWwebsite/next-env.d.ts1/// <reference types="next" />
LOWwebsite/src/app/docs/[version]/MemberDoc.tsx81 );
LOWsrc/Hash.ts161 // we'll hijack one of the less-used non-enumerable properties to
Hyper-Verbose Identifiers3 hits · 3 pts
SeverityFileLineSnippet
LOWwebsite/src/app/docs/[version]/getTypeDefs.ts160function updateInheritedTypeParams(
LOWwebsite/src/app/docs/[version]/getTypeDefs.ts417 function visitInterfaceDeclaration(node: ts.InterfaceDeclaration) {
LOWsrc/Record.js26function throwOnInvalidDefaultValues(defaultValues) {
Fake / Example Data1 hit · 1 pts
SeverityFileLineSnippet
LOW__tests__/List.ts1024 const seed = createSeed('lorem ipsum');