Beispiel
verify getPathValue in pkg:npm/pathval@2.0.1
sha256:1694bfc8bf02ef27e04c1cc1e7d8f4ce390450c4facff17f9d7b0cf760e9d7c7
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
linux 24 · ubuntu · glibc 2.39 x64 npm
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 getPathValue in pkg:npm/pathval@2.0.1
- Pakete
- Symbole
-
- getPathValue
- Erstellt
- 2026-08-26T11:06:33Z
Contract
- getPathValue is exported as a function from the pathval module
- getPathValue retrieves shallow and deeply nested object properties using dot-delimited path strings
- getPathValue retrieves array elements by index using bracket notation and supports chained object properties within arrays
- getPathValue resolves property keys containing literal dots and brackets when escaped with backslashes
- getPathValue returns undefined for non-existent direct properties and null when intermediate path segments do not exist
- getPathValue returns null without throwing when the target object is null or undefined
- getPathValue resolves property and index access on primitive values including string characters and string length
- getPathValue prevents prototype pollution by returning undefined when querying prototype, constructor, or __proto__ properties
- getPathValue accurately preserves and retrieves falsy values such as false, 0, empty string, and null
Dateien
- PROMPT.md
- csx.json
- package-lock.json
- package.json
- spec.json
- src/index.mjs
- test/contract.mjs
Ursprungs-Seeder
anonym