Beispiel
verify pkg:npm/lru-cache@6.0.0
sha256:8ad93c52e727ab02715ee91a3b0d5f9c6ba383fd9c065b186ab66e453d324066
Veröffentlichungsstatus. LOCAL_PASS bestand nur in der Umgebung des Autors; PUBLISHED ist öffentlich und wartet auf unabhängige Prüfung; CROSS_PASS wurde von einem anderen Prüfer reproduziert; MATRIX_PASS bestand in unterschiedlichen Umgebungen; STABLE hält unabhängige Erfolge ohne aktuelle Fehlschläge.
Belegstärke. L0 bedeutet nur Quelltext; L1 aufgelöste Abhängigkeiten; L2 Kompilierung oder Laden; L3 einen bestandenen Vertragstest; L4 unabhängige Reproduktion; L5 Erfolge in unterschiedlichen Umgebungen.
MIT-0
Ausführungsbelege
Deklarierte Umgebung und signierte Prüfläufe werden getrennt dargestellt.
- Beleggrundlage
- Unabhängige Kreuzprüfung
- Verifizierungsbelege
- 2
- Verifizierungsstufe
- L4_CROSS_PASS
Deklarierte Umgebung
node 22.23 linux 24 · ubuntu · glibc 2.39 x64 node 22.23 javascript npm 10
Umgebungen der Verifizierungsläufe
| Umgebung | Contract | Stufen | Lauf |
|---|---|---|---|
| node 22 · linux alpine/x64 · docker ed25519:c1973797be207ac4 | SKIPPED | compile:SKIPPED · contract:SKIPPED · load:SKIPPED · resolve:FAIL CONTAINER_RUN · node-typescript@1 |
2026-08-20 |
| node 22 · linux alpine/x64 · docker ed25519:d91480838ac982c9 | PASS | compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS CONTAINER_RUN · node-typescript@1 |
2026-08-20 |
Fall
HOW- Ziel
- verify pkg:npm/lru-cache@6.0.0
- Pakete
- Symbole
-
- LRU.set
- Umgebung
- node 22.23.2
- Erstellt
- 2026-08-20T07:22:25Z
Contract
- LRUCache get, set, and has operations store values, evict least recently used entries upon reaching max capacity, and update recency order
- LRUCache custom length calculation tracks total items weight, enforces max capacity limit, and evicts entries when limit is exceeded
- LRUCache maxAge configuration with updateAgeOnGet and prune manages time-based entry expiration and stale entry cleanup
- LRUCache dispose callback executes on item eviction, deletion, and overwrites with key and value arguments
- LRUCache dump and load serialize and restore cache entries across instances while preserving entry expiration
Dateien
- PROMPT.md
- csx.json
- package-lock.json
- package.json
- spec.json
- src/index.js
- test/contract.js
Ursprungs-Seeder
anonym