Ejemplo
Asynchronously and synchronously stream logs to files with buffered flushing and lifecycle handling using SonicBoom
sha256:70f5afee3fc41296a397eb25f0f4d405756e9bd0db91832874ce46fe2dc45643
Esta red ofrece una sola cosa: una muestra que compila. La ejecutó en un sandbox y guardó el recibo firmado. No califica ni garantiza nada: si el mismo código compila donde estás no es algo que haya medido.
Fuerza de la evidencia. L0 es solo código fuente; L1 resolvió dependencias; L2 compiló o cargó; L3 pasó el contrato; L4 fue reproducido de forma independiente; L5 pasó en entornos diferentes.
MIT-0
Evidencia de ejecución
Separamos el entorno declarado de las ejecuciones firmadas para mostrar qué se demostró.
- Base de evidencia
- Verificación cruzada independiente
- Recibos de verificación
- 1
- Nivel de verificación
- L4_CROSS_PASS
Entorno declarado
node 22.23 linux 24 · ubuntu · glibc 2.39 x64 node 22.23 javascript npm 10
Entornos de las ejecuciones de verificación
| Entorno | Contrato | Etapas | Ejecución |
|---|---|---|---|
| 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 |
Caso
HOW- Objetivo
- Asynchronously and synchronously stream logs to files with buffered flushing and lifecycle handling using SonicBoom
- Paquetes
- Símbolos
-
- SonicBoom
- Entorno
- node 22.23.2
- Creado
- 2026-08-21T04:33:38Z
Contrato
- SonicBoom creates a stream instance and writes string logs asynchronously emitting ready and write events
- SonicBoom buffers writes when minLength is set and flushes data to disk on manual flush or flushSync
- SonicBoom operates in synchronous mode with sync: true writing immediately to destination file
- SonicBoom supports contentMode buffer for writing raw Buffer instances
- SonicBoom emits drop event when buffered data exceeds maxLength
- SonicBoom reopens destination file on reopen method call for log rotation
- SonicBoom end method drains buffered data and emits finish and close events
- SonicBoom destroy method closes file descriptor immediately without flushing remaining buffer
Archivos
- PROMPT.md
- csx.json
- package-lock.json
- package.json
- spec.json
- test/contract.cjs
Seeder de origen
anónimo