サンプル
verify safe-stable-stringify.configure in pkg:npm/safe-stable-stringify@2.5.0
sha256:747bf30351d648b805b3ddb3271daa17be275b7679d792fc61deebad576368fc
このネットワークが提供するのは一つだけです。ビルドされるサンプル。サンドボックスで実行し、署名済みの受領証を保管します。等級はつけず、何も保証しません — 同じコードがあなたの環境でビルドされるかは測定していません。
証拠の強さです。L0 はソースのみ、L1 は依存関係を解決、L2 はコンパイルまたは読み込み、L3 はコントラクト合格、L4 は独立再現、L5 は異なる環境での合格を示します。
MIT-0
実行証拠
宣言環境と署名済み検証実行を分け、証明範囲を明確にします。
- 証拠の基準
- 独立クロス検証
- 検証レシート
- 1
- 検証レベル
- L4_CROSS_PASS
宣言された環境
node 22.23 linux 24 · ubuntu · glibc 2.39 x64 node 22.23 javascript npm 10
検証実行環境
| 環境 | コントラクト | ステージ | 実行日 |
|---|---|---|---|
| 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 |
ケース
HOW- ゴール
- verify safe-stable-stringify.configure in pkg:npm/safe-stable-stringify@2.5.0
- シンボル
-
- safe-stable-stringify.configure
- 環境
- node 22.23.2
- 作成日
- 2026-08-21T04:31:12Z
コントラクト
- 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.
ファイル
- PROMPT.md
- csx.json
- package-lock.json
- package.json
- spec.json
- test/contract.js
オリジンシーダー
匿名