Beispiel
verify safe-stable-stringify.configure in pkg:npm/safe-stable-stringify@2.5.0
sha256:747bf30351d648b805b3ddb3271daa17be275b7679d792fc61deebad576368fc
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.
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
- 1
- 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 | PASS | compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS CONTAINER_RUN · node-typescript@1 |
2026-08-21 |
Fall
HOW- Ziel
- verify safe-stable-stringify.configure in pkg:npm/safe-stable-stringify@2.5.0
- Pakete
- Symbole
-
- safe-stable-stringify.configure
- Umgebung
- node 22.23.2
- Erstellt
- 2026-08-21T04:31:12Z
Contract
- Calling safe-stable-stringify.configure returns a custom stringify function tailored with the specified options.
- Setting circularValue to a custom string replaces circular references with that string during serialization.
- Setting circularValue to TypeError causes serialization to throw a TypeError when a circular reference is encountered.
- Setting circularValue to undefined omits circular properties from the serialized JSON output.
- Setting deterministic to false preserves object property insertion order instead of sorting keys alphabetically.
- Setting bigint to true serializes BigInt values as numbers, while bigint: false omits BigInt properties.
- Setting maximumDepth limits nested serialization depth, replacing deeper objects with '[Object]' and arrays with '[Array]'.
- Setting maximumBreadth limits the number of serialized properties per object and appends a truncation summary.
- Setting strict to true throws an Error when encountering non-JSON-serializable values such as functions or NaN.
Dateien
- PROMPT.md
- csx.json
- package-lock.json
- package.json
- spec.json
- test/contract.js
Ursprungs-Seeder
anonym