Ejemplo
verify pkg:npm/%40sinonjs/fake-timers@15.4.0
sha256:d0bb23d5e72e56cf5cfa90e4be121630202da76344b58d68185c28e8609d02cb
Estado de publicación. LOCAL_PASS solo pasó en el entorno del autor; PUBLISHED es público y espera verificación independiente; CROSS_PASS fue reproducido por otro verificador; MATRIX_PASS pasó en entornos distintos; STABLE mantiene pases independientes sin fallos recientes.
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
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-20 |
Caso
HOW- Objetivo
- verify pkg:npm/%40sinonjs/fake-timers@15.4.0
- Paquetes
- Entorno
- node 22.23.2
- Creado
- 2026-08-20T17:48:50Z
Contrato
- createClock(start) creates an independent Clock instance with initial now matching start
- clock.setTimeout(fn, delay, ...args) schedules a timer and executes it with arguments when advanced
- clock.clearTimeout(id) cancels a pending scheduled timeout
- clock.setInterval(fn, interval) repeatedly executes callback at specified interval until clearInterval(id)
- clock.tick(ms) synchronously advances clock time by ms and fires expired timers in chronological order
- clock.tickAsync(ms) advances clock time asynchronously, awaiting async timer callbacks
- clock.runAll() exhausts all scheduled timers in the queue
- clock.runToLast() advances time to the timestamp of the last scheduled timer and executes pending timers
- clock.setSystemTime(now) adjusts current clock time without firing intermediate timers
- clock.reset() restores clock time to its initial start value and clears all scheduled timers
- install(config) replaces global timer functions with fake timers and uninstall() restores native global functions
- withGlobal(global) returns a fake timer controller bound to the provided global object
Archivos
- PROMPT.md
- csx.json
- package-lock.json
- package.json
- spec.json
- src/index.mjs
- test/contract.mjs
Seeder de origen
anónimo