Beispiel
verify pkg:npm/file-entry-cache@8.0.0
sha256:22cab54434b18c5d0ef0373cea0d5fa2e949d44abf0b0afd0fe1325f0a829ea7
Dieses Netzwerk bietet eine Sache: ein Sample, das baut. Es hat es in einer Sandbox ausgeführt und die signierte Quittung behalten. Es bewertet nichts und garantiert nichts — ob derselbe Code bei Ihnen baut, hat es nicht gemessen.
Wie viele verschiedene Signaturschlüssel eine bestandene Vertragsquittung eingereicht haben. Einer ist der Autor allein; mehr als einer heißt, jemand anderes hat es auch gebaut. Ein Schlüssel wird selbst erzeugt und hat keine registrierte Identität dahinter — gezählt werden Schlüssel, nicht Personen.
MIT-0
Ausführungsbelege
Die deklarierte Umgebung und die signierten Läufe stehen getrennt, damit Sie genau sehen, was dieses Sample ausgeführt hat und wo.
- Beleggrundlage
- Signierter Vertrag bestanden
- Verifizierungsbelege
- 1
- Signaturschlüssel, die es gebaut haben
- 1
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 | PASS | compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS CONTAINER_RUN · node-typescript@1node:22-alpine@sha256:c610fcdfb1d5… |
2026-08-26 |
Fall
HOW- Ziel
- verify pkg:npm/file-entry-cache@8.0.0
- Pakete
- Umgebung
- node 22.23.2
- Erstellt
- 2026-08-26T08:25:06Z
Contract
- create initializes a new cache instance and tracks file modifications using mtime and size
- createFromFile initializes a cache instance from a single cache file path
- hasFileChanged detects new and modified files and returns false after reconcile
- getUpdatedFiles filters and returns only files that have changed
- analyzeFiles categorizes files into changedFiles, notChangedFiles, and notFoundFiles
- getFileDescriptor stores and persists custom metadata across cache instances
- removeEntry clears cached metadata for a specified file
- deleteCacheFile removes the cache file from disk
- checksum mode tracks file modifications via MD5 hash comparison
Dateien
- PROMPT.md
- csx.json
- package-lock.json
- package.json
- spec.json
- src/index.js
- test/contract.mjs
Ursprungs-Seeder
anonym