Public record
Software health reportschema 0.31.0 · metrics 2.10.0 · 2026-08-04 19:31 UTC

sinonjs / fake-timers

Fake setTimeout and friends (collectively known as "timers"). Useful in your JavaScript tests. Extracted from Sinon.JS

JavaScriptBSD-3-Clause★ 859 stars⑂ 123 forkssince Feb 2014View on GitHub ↗

sinonjs/fake-timers holds a health index of 86 out of 100, placing it in the Excellent band. It scores highest on Community & Adoption (88/100) and lowest on AI Readiness (56/100). It was last updated today. 2 contributors account for most of its recent work.

86
overall / 100
Excellent

Software health index

Metrics are grouped into weighted categories on one standardized 1–100 scale. Overall starts as their weighted mean, calibrated against the distribution of the public record so bands carry percentile meaning; when public evidence triggers the High-Risk Jurisdiction Policy, the rating is adjusted and receives an At Risk ceiling of 34.

86
Exceptional93-100The record's top tier (≈ top 5%); essentially all checked criteria met
Excellent80-92Strong across the board; minor gaps
Good65-79Healthy; gaps are limited and manageable
Moderate50-64Acceptable with notable gaps; review recommended
Weak35-49Material weaknesses across several areas
At Risk20-34Significant weaknesses; adoption warrants caution
Critical1-19Severe problems (abandoned, single-maintainer, no hygiene)
VitalityCommunity &AdoptionSustainability &GovernanceEngineeringQualitySecurityAI Readiness

Score profile

Each axis is a category. The shape matters more than the average — a healthy subject fills the whole shape, while a spike-and-crater profile means strength in one dimension is masking risk in another.

The weighted overall 72 is calibrated to 86 on the published index scale (record calibration 2026-08-02).

Ownership

Sinon.JSOrganization
100 followers17 public repossince Feb 2014

This repository is backed by an organization — shared, accountable stewardship that can outlive any single maintainer.

Package ecosystems

RegistryPackageVersionDownloads / moVersionsLast publish
npm@sinonjs/fake-timers15.4.0268,574,2325090 days ago

Metrics by category

Vitality

Is the project alive — is code being written and are releases shipping?

57Moderate · 21% of overall
How it's scored
36/36Push recencylast push 0 days ago
6.2/36Commit cadence9/52 weeks with commits
17.7/18Commit volume93 commits in the last year
0/10OpenSSF Scorecard: Maintained0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Inputs used
commits_last_year93
human_commit_share0.88
days_since_last_push0
active_weeks_last_year9
How it's scored
27/27Ships releases9 releases published
0/36Release recencylatest release 3,303 days ago
19.8/27Release cadencea release every ~83.2 days
0/10OpenSSF Scorecard: Signed-Releasesno data
Inputs used
releases_count9
latest_release_tagv2.1.1
releases_from_tagsno
days_since_latest_release3,303
mean_days_between_releases83.2
Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.

Community & Adoption

Does the project have users, downloads, attention, and a welcoming setup for contributors?

88Excellent · 17% of overall
How it's scored
47.6/60Stars859 stars
17.4/25Forks123 forks
6/15Watchers13 watchers
Inputs used
forks123
stars859
watchers13
growth_stateunverified
growth_factor_pct100
growth_unverified_reasonno_history

Community health

100Exceptional
How it's scored
22.5/22.5README
22.5/22.5Licenserecognized license (BSD-3-Clause)
18/18CONTRIBUTING guide
13.5/13.5Code of conduct
7.2/7.2Issue template
6.3/6.3PR template
Inputs used
has_readmeyes
has_licenseyes
readme_badges2
has_contributingyes
has_issue_templateyes
has_code_of_conductyes
readme_badge_servicescodecov.io, shields.io
has_pull_request_templateyes
How it's scored
80/80Monthly downloads268,574,232 downloads/month across npm
0/20Registry dependentsnot reported by this ecosystem
Inputs used
packages@sinonjs/fake-timers
dependents
ecosystemsnpm
total_downloads
monthly_downloads268,574,232
unverified_packages_excluded
Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.

Sustainability & Governance

Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?

78Good · 23% of overall
How it's scored
25.2/54Bus factor2 contributor(s) cover half of all commits
11.5/22.5Commit distributiontop contributor authored 49% of commits
13.5/13.5Contributor breadth75 contributors
10/10OpenSSF Scorecard: Contributorsproject has 33 contributing companies or organizations
Inputs used
bus_factor2
contributors_sampled75
top_contributor_share0.487
How it's scored
41.1/42Issue resolution98% of issues closed
24.1/30PR acceptance304/379 decided PRs merged
0/13Newcomer PR acceptanceno first-time contributor's PR decided in 30d
1.5/15OpenSSF Scorecard: Code-ReviewFound 5/27 approved changesets -- score normalized to 1
Inputs used
merged_prs304
open_issues4
closed_issues190
prs_merged_7d0
prs_decided_7d0
prs_merged_30d0
prs_decided_30d0
issue_closed_ratio0.979
closed_unmerged_prs75
first_time_authors_30d0
first_time_prs_merged_30d0
first_time_prs_decided_30d0
Excluded from scoring (no data or not applicable): Newcomer PR acceptance. Remaining weights renormalized.
How it's scored
30/30Ownership backingorganization-owned
0/20Verified domainverified-domain status not read for this organization
14.4/25Owner reach100 followers of sinonjs
21.1/25Track record17 public repos, account ~12 yr old
Inputs used
followers100
owner_typeOrganization
is_verified
owner_loginsinonjs
public_repos17
account_age_days4,565
Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.

Package maintenance

100Exceptional
How it's scored
25/25Published & resolvable1 package(s) on npm
35/35Publish recencylatest publish 90 days ago
20/20Version history50 published versions
20/20Not deprecatedactive, not deprecated or yanked
Inputs used
packages@sinonjs/fake-timers
ecosystemsnpm
any_deprecatedno
min_days_since_publish90

Engineering Quality

Are baseline engineering and documentation practices in place?

78Good · 19% of overall
How it's scored
24/24CI workflows1 workflow(s)
24/24Tests present
16/16Linter configeslint.config.js
0/9.6Pre-commit hooks
6.4/6.4.editorconfig
20/20OpenSSF Scorecard: CI-Tests15 out of 15 merged PRs checked by a CI test -- score normalized to 10
Inputs used
has_ciyes
has_testsyes
has_editorconfigyes
has_linter_configyes
has_precommit_configno

Documentation

60Moderate
How it's scored
30/30README
0/25Documentation directory
0/15Documentation / homepage site
10/10Repository description
10/10Topics1 topics
10/10Wiki
Inputs used
topicsjavascript
has_wikiyes
homepage
docs_site
has_readmeyes
has_docs_dirno
has_descriptionyes

Security

Are visible security and supply-chain practices strong, without unresolved high-risk jurisdiction exposure?

60Moderate · 16% of overall
How it's scored
7.5/7.5Binary-Artifactsno binaries found in the repo
0/7.5Branch-Protectionno data
2.5/2.5CI-Tests15 out of 15 merged PRs checked by a CI test -- score normalized to 10
0/2.5CII-Best-Practicesno effort to earn an OpenSSF best practices badge detected
0.8/7.5Code-ReviewFound 5/27 approved changesets -- score normalized to 1
2.5/2.5Contributorsproject has 33 contributing companies or organizations
10/10Dangerous-Workflowno dangerous workflow patterns detected
7.5/7.5Dependency-Update-Toolupdate tool detected
0/5Fuzzingproject is not fuzzed
2.5/2.5Licenselicense file detected
0/7.5Maintained0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
0/5Packagingno data
1.5/5Pinned-Dependenciesdependency not pinned by hash detected -- score normalized to 3
0/5SASTSAST tool is not run on all commits -- score normalized to 0
0/5Security-Policysecurity policy file not detected
0/7.5Signed-Releasesno data
7.5/7.5Token-PermissionsGitHub workflow tokens follow principle of least privilege
0/7.5Vulnerabilities29 existing vulnerabilities detected
Inputs used
sourceopenssf_scorecard
checks_evaluated15
scorecard_versionv5.5.0
checks_inconclusive3
scorecard_aggregate5
Excluded from scoring (no data or not applicable): Branch-Protection, Packaging, Signed-Releases. Remaining weights renormalized.

Dependency advisories

100Exceptional
How it's scored
35/35Direct dependencies free of known advisoriesno direct dependency carries a known advisory
25/25Indirect dependencies free of known advisoriesno indirect dependency carries a known advisory
0/40No advisories left outstandingno advisory carries a publication date
Inputs used
sourceosv
advisories0
affected_packages0
assessed_packages2
unassessed_packages0
affected_by_severitynone
direct_affected_packages0
Excluded from scoring (no data or not applicable): No advisories left outstanding. Remaining weights renormalized. Matched the npm:@sinonjs/fake-timers@15.4.0 runtime dependency closure — what installing the published package pulls in — 2 packages. Reachability is not analyzed.

AI Readiness

How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight (4%): agent tooling is a real maintenance signal, but a repository with none can still reach 100/100.

56Moderate · 4% of overall
How it's scored
0/45Agent instructionsno CLAUDE.md / AGENTS.md / editor rules
0/15Machine-readable docs (llms.txt)
32.1/40Legible commit history53 of 88 human commits state their intent (structured subject or explanatory body)
Inputs used
has_llms_txtno
llms_txt_url
legible_history_share0.602
agent_instruction_files
agent_instruction_max_bytes
How it's scored
0/18One-command bootstrap
22/22Automated tests
11/11Lint / format configeslint.config.js
11/11Static type checkingtest/typescript-consumer/tsconfig.json, test/typescript-no-dom-consumer/tsconfig.json
10/10Reproducible environmentlockfile
0/10Demonstrated agent practiceno agent-authored commits among the last 100
8/8Automated maintenance12 of the last 100 commits are automated dependency updates
3/10OpenSSF Scorecard: Pinned-Dependenciesdependency not pinned by hash detected -- score normalized to 3
Inputs used
has_nixno
has_testsyes
lockfilespackage-lock.json
has_dockerfileno
typed_languageno
bootstrap_files
has_devcontainerno
has_linter_configyes
typecheck_configstest/typescript-consumer/tsconfig.json, test/typescript-no-dom-consumer/tsconfig.json
agent_commit_share0
toolchain_manifests
dependency_bot_commit_share0.12
How it's scored
27/45Type-checkable codeJavaScript with type-check config (test/typescript-consumer/tsconfig.json, test/typescript-no-dom-consumer/tsconfig.json)
50.9/55Manageable file sizes2/27 source files over 60KB
Inputs used
primary_languageJavaScript
largest_source_bytes236,688
source_files_sampled27
oversized_source_files2

Key facts

859GitHub stars
75contributors
93commits, last 12 months
0days since last push
9releases
2bus factor
4open issues
npmpackage ecosystems

Data collection warnings

  • Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token

More detail

Star and fork history 0 ★ / 123 ⇿
0Stars
123Forks
9Releases

When each star and fork was added, collected from GitHub and bucketed by day. Cumulative growth sits directly above the daily additions it is made of, so the two read against each other: steady organic accretion looks nothing like an abrupt, short-lived burst. Where that difference is measurable, it is reported as growth authenticity.

025507510012512132014-112020-092026-07
Major 1Minor 4Patch 4

Each point covers 11 days.

OpenSSF Scorecard 5.0 / 10
5.0aggregate

Independent, tool-agnostic security assessment from the open-source OpenSSF Scorecard. Each check rewards a security practice, not a specific vendor's tool. Checks Scorecard could not determine are marked n/a and excluded from the security score (never counted as zero).Scorecard v5.5.0 · 2026-08-04 19:30 UTC

10Binary-Artifactsno binaries found in the repo
n/aBranch-Protectioninternal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md
10CI-Tests15 out of 15 merged PRs checked by a CI test -- score normalized to 10
0CII-Best-Practicesno effort to earn an OpenSSF best practices badge detected
1Code-ReviewFound 5/27 approved changesets -- score normalized to 1
10Contributorsproject has 33 contributing companies or organizations
10Dangerous-Workflowno dangerous workflow patterns detected
10Dependency-Update-Toolupdate tool detected
0Fuzzingproject is not fuzzed
10Licenselicense file detected
0Maintained0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
n/aPackagingpackaging workflow not detected
3Pinned-Dependenciesdependency not pinned by hash detected -- score normalized to 3
0SASTSAST tool is not run on all commits -- score normalized to 0
0Security-Policysecurity policy file not detected
n/aSigned-Releasesno releases found
10Token-PermissionsGitHub workflow tokens follow principle of least privilege
0Vulnerabilities29 existing vulnerabilities detected
Direct dependencies 1
RegistryPackageVersion constraintManifest
npm@sinonjs/commons^3.0.1package.json
All dependencies 562

Full resolved dependency set from the GitHub dependency graph: 1 direct and 561 indirect (transitive) packages. The transitive closure is complete when the repository commits a lockfile.

RegistryPackageVersionRelation
npm@sinonjs/commons3.0.1direct
npm@asamuzakjp/css-color5.1.11indirect
npm@asamuzakjp/dom-selector7.1.1indirect
npm@asamuzakjp/generational-cache1.0.1indirect
npm@asamuzakjp/nwsapi2.3.9indirect
npm@babel/code-frame7.29.0indirect
npm@babel/compat-data7.29.3indirect
npm@babel/core7.29.0indirect
npm@babel/generator7.29.1indirect
npm@babel/helper-compilation-targets7.28.6indirect
npm@babel/helper-globals7.28.0indirect
npm@babel/helper-module-imports7.28.6indirect
npm@babel/helper-module-transforms7.28.6indirect
npm@babel/helper-string-parser7.27.1indirect
npm@babel/helper-validator-identifier7.28.5indirect
npm@babel/helper-validator-option7.27.1indirect
npm@babel/helpers7.29.2indirect
npm@babel/parser7.29.3indirect
npm@babel/template7.28.6indirect
npm@babel/traverse7.29.0indirect
npm@babel/types7.29.0indirect
npm@bramus/specificity2.4.2indirect
npm@csstools/color-helpers6.0.2indirect
npm@csstools/css-calc3.2.0indirect
npm@csstools/css-color-parser4.1.0indirect
npm@csstools/css-parser-algorithms4.0.0indirect
npm@csstools/css-syntax-patches-for-csstree1.1.3indirect
npm@csstools/css-tokenizer4.0.0indirect
npm@es-joy/jsdoccomment0.86.0indirect
npm@es-joy/resolve.exports1.2.0indirect
npm@esbuild/aix-ppc640.28.0indirect
npm@esbuild/android-arm0.28.0indirect
npm@esbuild/android-arm640.28.0indirect
npm@esbuild/android-x640.28.0indirect
npm@esbuild/darwin-arm640.28.0indirect
npm@esbuild/darwin-x640.28.0indirect
npm@esbuild/freebsd-arm640.28.0indirect
npm@esbuild/freebsd-x640.28.0indirect
npm@esbuild/linux-arm0.28.0indirect
npm@esbuild/linux-arm640.28.0indirect
npm@esbuild/linux-ia320.28.0indirect
npm@esbuild/linux-loong640.28.0indirect
npm@esbuild/linux-mips64el0.28.0indirect
npm@esbuild/linux-ppc640.28.0indirect
npm@esbuild/linux-riscv640.28.0indirect
npm@esbuild/linux-s390x0.28.0indirect
npm@esbuild/linux-x640.28.0indirect
npm@esbuild/netbsd-arm640.28.0indirect
npm@esbuild/netbsd-x640.28.0indirect
npm@esbuild/openbsd-arm640.28.0indirect
npm@esbuild/openbsd-x640.28.0indirect
npm@esbuild/openharmony-arm640.28.0indirect
npm@esbuild/sunos-x640.28.0indirect
npm@esbuild/win32-arm640.28.0indirect
npm@esbuild/win32-ia320.28.0indirect
npm@esbuild/win32-x640.28.0indirect
npm@eslint-community/eslint-utils4.9.1indirect
npm@eslint-community/regexpp4.12.2indirect
npm@eslint/config-array0.23.5indirect
npm@eslint/config-helpers0.5.5indirect
npm@eslint/core1.2.1indirect
npm@eslint/object-schema3.0.5indirect
npm@eslint/plugin-kit0.7.1indirect
npm@exodus/bytes1.15.0indirect
npm@humanfs/core0.19.2indirect
npm@humanfs/node0.16.8indirect
npm@humanfs/types0.15.0indirect
npm@humanwhocodes/module-importer1.0.1indirect
npm@humanwhocodes/retry0.4.3indirect
npm@isaacs/cliui8.0.2indirect
npm@isaacs/cliui9.0.0indirect
npm@istanbuljs/load-nyc-config1.1.0indirect
npm@istanbuljs/schema0.1.6indirect
npm@jridgewell/gen-mapping0.3.13indirect
npm@jridgewell/remapping2.3.5indirect
npm@jridgewell/resolve-uri3.1.2indirect
npm@jridgewell/sourcemap-codec1.5.5indirect
npm@jridgewell/trace-mapping0.3.31indirect
npm@mdn/browser-compat-data5.7.6indirect
npm@mdn/browser-compat-data6.1.5indirect
npm@mochify/cli1.0.0indirect
npm@mochify/driver-puppeteer1.0.1indirect
npm@mochify/driver-webdriver1.0.0indirect
npm@mochify/mochify1.0.1indirect
npm@nodable/entities2.1.0indirect
npm@pkgjs/parseargs0.11.0indirect
npm@promptbook/utils0.69.5indirect
npm@puppeteer/browsers2.13.0indirect
npm@sec-ant/readable-stream0.4.1indirect
npm@sindresorhus/base621.0.0indirect
npm@sindresorhus/merge-streams4.0.0indirect
npm@sinonjs/eslint-config7.0.3indirect
npm@sinonjs/fake-timers11.3.1indirect
npm@sinonjs/referee11.0.2indirect
npm@sinonjs/referee-sinon12.0.1indirect
npm@sinonjs/samsam8.0.3indirect
npm@sinonjs/text-encoding0.7.3indirect
npm@tootallnate/quickjs-emscripten0.23.0indirect
npm@types/esrecurse4.3.1indirect
npm@types/estree1.0.8indirect
npm@types/json-schema7.0.15indirect
npm@types/node20.19.39indirect
npm@types/node25.6.0indirect
npm@types/which2.0.2indirect
npm@types/ws8.18.1indirect
npm@types/yauzl2.10.3indirect
npm@typescript-eslint/types8.59.2indirect
npm@typescript/native-preview7.0.0-dev.20260505.1indirect
npm@typescript/native-preview-darwin-arm647.0.0-dev.20260505.1indirect
npm@typescript/native-preview-darwin-x647.0.0-dev.20260505.1indirect
npm@typescript/native-preview-linux-arm7.0.0-dev.20260505.1indirect
npm@typescript/native-preview-linux-arm647.0.0-dev.20260505.1indirect
npm@typescript/native-preview-linux-x647.0.0-dev.20260505.1indirect
npm@typescript/native-preview-win32-arm647.0.0-dev.20260505.1indirect
npm@typescript/native-preview-win32-x647.0.0-dev.20260505.1indirect
npm@wdio/config9.27.1indirect
npm@wdio/logger9.18.0indirect
npm@wdio/protocols9.27.1indirect
npm@wdio/types9.27.1indirect
npm@wdio/utils9.27.1indirect
npm@zip.js/zip.js2.8.26indirect
npmacorn8.16.0indirect
npmacorn-jsx5.3.2indirect
npmagent-base7.1.4indirect
npmaggregate-error3.1.0indirect
npmajv6.15.0indirect
npmansi-escapes7.3.0indirect
npmansi-regex5.0.1indirect
npmansi-regex6.2.2indirect
npmansi-styles4.3.0indirect
npmansi-styles6.2.3indirect
npmappend-transform2.0.0indirect
npmarchy1.0.0indirect
npmare-docs-informative0.0.2indirect
npmargparse1.0.10indirect
npmargparse2.0.1indirect
npmast-metadata-inferer0.8.1indirect
npmast-types0.13.4indirect
npmavailable-typed-arrays1.0.7indirect
npmb4a1.8.1indirect
npmbalanced-match1.0.2indirect
npmbalanced-match4.0.4indirect
npmbare-events2.8.2indirect
npmbare-fs4.7.1indirect
npmbare-os3.9.1indirect
npmbare-path3.0.0indirect
npmbare-stream2.13.1indirect
npmbare-url2.4.3indirect
npmbaseline-browser-mapping2.10.27indirect
npmbasic-ftp5.3.1indirect
npmbidi-js1.0.3indirect
npmbrace-expansion2.1.0indirect
npmbrace-expansion5.0.5indirect
npmbrowser-stdout1.3.1indirect
npmbrowserslist4.28.2indirect
npmbuffer-crc320.2.13indirect
npmcaching-transform4.0.0indirect
npmcall-bind1.0.9indirect
npmcall-bind-apply-helpers1.0.2indirect
npmcall-bound1.0.4indirect
npmcallsites3.1.0indirect
npmcamelcase5.3.1indirect
npmcamelcase6.3.0indirect
npmcaniuse-lite1.0.30001791indirect
npmchalk4.1.2indirect
npmchalk5.6.2indirect
npmchokidar4.0.3indirect
npmchromium-bidi14.0.0indirect
npmclean-stack2.2.0indirect
npmcli-cursor5.0.0indirect
npmcli-truncate5.2.0indirect
npmcliui6.0.0indirect
npmcliui8.0.1indirect
npmcliui9.0.1indirect
npmcolor-convert2.0.1indirect
npmcolor-name1.1.4indirect
npmcolorette2.0.20indirect
npmcommander14.0.3indirect
npmcommander9.5.0indirect
npmcomment-parser1.4.6indirect
npmcommondir1.0.1indirect
npmconvert-source-map1.9.0indirect
npmconvert-source-map2.0.0indirect
npmcosmiconfig9.0.1indirect
npmcross-spawn7.0.6indirect
npmcss-tree3.2.1indirect
npmd1.0.2indirect
npmdata-uri-to-buffer6.0.2indirect
npmdata-urls7.0.0indirect
npmdebug4.4.3indirect
npmdecamelize1.2.0indirect
npmdecamelize4.0.0indirect
npmdecamelize6.0.1indirect
npmdecimal.js10.6.0indirect
npmdeep-is0.1.4indirect
npmdeepmerge4.3.1indirect
npmdeepmerge-ts7.1.5indirect
npmdefault-require-extensions3.0.1indirect
npmdefine-data-property1.1.4indirect
npmdegenerator5.0.1indirect
npmdevtools-protocol0.0.1595872indirect
npmdiff5.2.2indirect
npmdiff7.0.0indirect
npmdunder-proto1.0.1indirect
npmeastasianwidth0.2.0indirect
npmedge-paths3.0.5indirect
npmedgedriver6.3.0indirect
npmelectron-to-chromium1.5.349indirect
npmemoji-regex10.6.0indirect
npmemoji-regex8.0.0indirect
npmemoji-regex9.2.2indirect
npmend-of-stream1.4.5indirect
npmentities8.0.0indirect
npmenv-paths2.2.1indirect
npmenvironment1.1.0indirect
npmerror-ex1.3.4indirect
npmes-define-property1.0.1indirect
npmes-errors1.3.0indirect
npmes-object-atoms1.1.1indirect
npmes5-ext0.10.64indirect
npmes6-error4.1.1indirect
npmes6-iterator2.0.3indirect
npmes6-symbol3.1.4indirect
npmesbuild0.28.0indirect
npmescalade3.2.0indirect
npmescape-string-regexp4.0.0indirect
npmescodegen2.1.0indirect
npmeslint10.3.0indirect
npmeslint-plugin-compat7.0.2indirect
npmeslint-plugin-jsdoc62.9.0indirect
npmeslint-plugin-mocha11.2.0indirect
npmeslint-scope9.1.2indirect
npmeslint-visitor-keys3.4.3indirect
npmeslint-visitor-keys5.0.1indirect
npmesniff2.0.1indirect
npmespree11.2.0indirect
npmesprima4.0.1indirect
npmesquery1.7.0indirect
npmesrecurse4.3.0indirect
npmestraverse5.3.0indirect
npmesutils2.0.3indirect
npmevent-emitter0.3.5indirect
npmeventemitter35.0.4indirect
npmevents-universal1.0.1indirect
npmexeca9.6.1indirect
npmext1.7.0indirect
npmextract-zip2.0.1indirect
npmfast-deep-equal3.1.3indirect
npmfast-fifo1.3.2indirect
npmfast-json-stable-stringify2.1.0indirect
npmfast-levenshtein2.0.6indirect
npmfast-xml-builder1.1.8indirect
npmfast-xml-parser5.7.3indirect
npmfd-slicer1.1.0indirect
npmfigures6.1.0indirect
npmfile-entry-cache8.0.0indirect
npmfind-cache-dir3.3.2indirect
npmfind-up4.1.0indirect
npmfind-up5.0.0indirect
npmflat5.0.2indirect
npmflat-cache4.0.1indirect
npmflatted3.4.2indirect
npmfor-each0.3.5indirect
npmforeground-child2.0.0indirect
npmforeground-child3.3.1indirect
npmfromentries1.3.2indirect
npmfunction-bind1.1.2indirect
npmgeckodriver6.1.0indirect
npmgenerator-function2.0.1indirect
npmgensync1.0.0-beta.2indirect
npmget-caller-file2.0.5indirect
npmget-east-asian-width1.5.0indirect
npmget-intrinsic1.3.0indirect
npmget-package-type0.1.0indirect
npmget-port7.2.0indirect
npmget-proto1.0.1indirect
npmget-stream5.2.0indirect
npmget-stream9.0.1indirect
npmget-uri6.0.5indirect
npmglob10.5.0indirect
npmglob11.1.0indirect
npmglob13.0.6indirect
npmglob-parent6.0.2indirect
npmglobals15.15.0indirect
npmgopd1.2.0indirect
npmgraceful-fs4.2.11indirect
npmhas-flag4.0.0indirect
npmhas-property-descriptors1.0.2indirect
npmhas-symbols1.1.0indirect
npmhas-tostringtag1.0.2indirect
npmhasha5.2.2indirect
npmhasown2.0.3indirect
npmhe1.2.0indirect
npmhtml-encoding-sniffer6.0.0indirect
npmhtml-entities2.6.0indirect
npmhtml-escaper2.0.2indirect
npmhttp-proxy-agent7.0.2indirect
npmhttps-proxy-agent7.0.6indirect
npmhuman-signals8.0.1indirect
npmhusky9.1.7indirect
npmignore5.3.2indirect
npmimport-fresh3.3.1indirect
npmimport-meta-resolve4.2.0indirect
npmimurmurhash0.1.4indirect
npmindent-string4.0.0indirect
npminherits2.0.4indirect
npmip-address10.2.0indirect
npmis-arguments1.2.0indirect
npmis-arrayish0.2.1indirect
npmis-callable1.2.7indirect
npmis-extglob2.1.1indirect
npmis-fullwidth-code-point3.0.0indirect
npmis-fullwidth-code-point5.1.0indirect
npmis-generator-function1.1.2indirect
npmis-glob4.0.3indirect
npmis-path-inside3.0.3indirect
npmis-plain-obj2.1.0indirect
npmis-plain-obj4.1.0indirect
npmis-potential-custom-element-name1.0.1indirect
npmis-regex1.2.1indirect
npmis-stream2.0.1indirect
npmis-stream4.0.1indirect
npmis-typed-array1.1.15indirect
npmis-typedarray1.0.0indirect
npmis-unicode-supported0.1.0indirect
npmis-unicode-supported2.1.0indirect
npmis-windows1.0.2indirect
npmisexe2.0.0indirect
npmisexe4.0.0indirect
npmistanbul-lib-coverage3.2.2indirect
npmistanbul-lib-hook3.0.0indirect
npmistanbul-lib-instrument6.0.3indirect
npmistanbul-lib-processinfo3.0.0indirect
npmistanbul-lib-report3.0.1indirect
npmistanbul-lib-source-maps4.0.1indirect
npmistanbul-reports3.2.0indirect
npmjackspeak3.4.3indirect
npmjackspeak4.2.3indirect
npmjiti2.6.1indirect
npmjs-tokens4.0.0indirect
npmjs-yaml3.14.2indirect
npmjs-yaml4.1.1indirect
npmjsdoc-type-pratt-parser7.2.0indirect
npmjsdom29.1.1indirect
npmjsesc3.1.0indirect
npmjson-buffer3.0.1indirect
npmjson-parse-even-better-errors2.3.1indirect
npmjson-schema-traverse0.4.1indirect
npmjson-stable-stringify-without-jsonify1.0.1indirect
npmjson52.2.3indirect
npmjust-extend6.2.0indirect
npmkeyv4.5.4indirect
npmlevn0.4.1indirect
npmlilconfig3.1.3indirect
npmlines-and-columns1.2.4indirect
npmlint-staged16.4.0indirect
npmlistr29.0.5indirect
npmlocate-app2.5.0indirect
npmlocate-path5.0.0indirect
npmlocate-path6.0.0indirect
npmlodash.flattendeep4.4.0indirect
npmlodash.isarguments3.1.0indirect
npmlodash.memoize4.1.2indirect
npmlog-symbols4.1.0indirect
npmlog-update6.1.0indirect
npmloglevel1.9.2indirect
npmloglevel-plugin-prefix0.8.4indirect
npmlru-cache10.4.3indirect
npmlru-cache11.3.6indirect
npmlru-cache5.1.1indirect
npmlru-cache7.18.3indirect
npmmake-dir3.1.0indirect
npmmake-dir4.0.0indirect
npmmath-intrinsics1.1.0indirect
npmmdn-data2.27.1indirect
npmmime4.1.0indirect
npmmimic-function5.0.1indirect
npmminimatch10.2.5indirect
npmminimatch9.0.9indirect
npmminipass7.1.3indirect
npmmitt3.0.1indirect
npmmocha11.7.5indirect
npmmodern-tar0.7.6indirect
npmms2.1.3indirect
npmnatural-compare1.4.0indirect
npmnetmask2.1.1indirect
npmnext-tick1.1.0indirect
npmnise5.1.9indirect
npmnode-preload0.2.1indirect
npmnode-releases2.0.38indirect
npmnpm-run-path6.0.0indirect
npmnyc18.0.0indirect
npmobject-deep-merge2.0.0indirect
npmonce1.4.0indirect
npmonetime7.0.0indirect
npmoptionator0.9.4indirect
npmp-limit2.3.0indirect
npmp-limit3.1.0indirect
npmp-locate4.1.0indirect
npmp-locate5.0.0indirect
npmp-map3.0.0indirect
npmp-try2.2.0indirect
npmpac-proxy-agent7.2.0indirect
npmpac-resolver7.0.1indirect
npmpackage-hash4.0.0indirect
npmpackage-json-from-dist1.0.1indirect
npmparent-module1.0.1indirect
npmparse-imports-exports0.2.4indirect
npmparse-json5.2.0indirect
npmparse-ms4.0.0indirect
npmparse-statements1.0.11indirect
npmparse58.0.1indirect
npmpath-exists4.0.0indirect
npmpath-expression-matcher1.5.0indirect
npmpath-key3.1.1indirect
npmpath-key4.0.0indirect
npmpath-scurry1.11.1indirect
npmpath-scurry2.0.2indirect
npmpath-to-regexp6.3.0indirect
npmpend1.2.0indirect
npmpicocolors1.1.1indirect
npmpicomatch4.0.4indirect
npmpkg-dir4.2.0indirect
npmpossible-typed-array-names1.1.0indirect
npmprelude-ls1.2.1indirect
npmprettier3.8.3indirect
npmpretty-ms9.3.0indirect
npmprocess-on-spawn1.1.0indirect
npmprogress2.0.3indirect
npmproxy-agent6.5.0indirect
npmproxy-from-env1.1.0indirect
npmpump3.0.4indirect
npmpunycode2.3.1indirect
npmpuppeteer24.42.0indirect
npmpuppeteer-core24.42.0indirect
npmrandombytes2.1.0indirect
npmreaddirp4.1.2indirect
npmrelease-zalgo1.0.0indirect
npmrequire-directory2.1.1indirect
npmrequire-from-string2.0.2indirect
npmrequire-main-filename2.0.0indirect
npmreserved-identifiers1.2.0indirect
npmresolve-from4.0.0indirect
npmresolve-from5.0.0indirect
npmrestore-cursor5.1.0indirect
npmret0.5.0indirect
npmrfdc1.4.1indirect
npmrimraf6.1.3indirect
npmsafaridriver1.0.1indirect
npmsafe-buffer5.2.1indirect
npmsafe-regex-test1.1.0indirect
npmsafe-regex25.1.1indirect
npmsaxes6.0.0indirect
npmsemver6.3.1indirect
npmsemver7.7.4indirect
npmserialize-javascript6.0.2indirect
npmset-blocking2.0.0indirect
npmset-function-length1.2.2indirect
npmshebang-command2.0.0indirect
npmshebang-regex3.0.0indirect
npmsignal-exit3.0.7indirect
npmsignal-exit4.1.0indirect
npmsinon17.0.1indirect
npmslice-ansi7.1.2indirect
npmslice-ansi8.0.0indirect
npmsmart-buffer4.2.0indirect
npmsocks2.8.8indirect
npmsocks-proxy-agent8.0.5indirect
npmsource-map0.6.1indirect
npmsource-map0.7.6indirect
npmsource-map-js1.2.1indirect
npmspacetrim0.11.59indirect
npmspawn-wrap3.0.0indirect
npmspdx-exceptions2.5.0indirect
npmspdx-expression-parse4.0.0indirect
npmspdx-license-ids3.0.23indirect
npmsplit24.2.0indirect
npmsprintf-js1.0.3indirect
npmstacktrace-parser0.1.11indirect
npmstreamx2.25.0indirect
npmstring-argv0.3.2indirect
npmstring-width4.2.3indirect
npmstring-width5.1.2indirect
npmstring-width7.2.0indirect
npmstring-width8.2.1indirect
npmstrip-ansi6.0.1indirect
npmstrip-ansi7.2.0indirect
npmstrip-bom4.0.0indirect
npmstrip-final-newline4.0.0indirect
npmstrip-json-comments3.1.1indirect
npmstrnum2.2.3indirect
npmsupports-color7.2.0indirect
npmsupports-color8.1.1indirect
npmsymbol-tree3.2.4indirect
npmtar-fs3.1.2indirect
npmtar-stream3.2.0indirect
npmteex1.0.1indirect
npmtest-exclude8.0.0indirect
npmtext-decoder1.2.7indirect
npmtinyexec1.1.2indirect
npmtldts7.0.30indirect
npmtldts-core7.0.30indirect
npmto-valid-identifier1.0.0indirect
npmtough-cookie6.0.1indirect
npmtr466.0.0indirect
npmtslib2.8.1indirect
npmtype2.7.3indirect
npmtype-check0.4.0indirect
npmtype-detect4.0.8indirect
npmtype-detect4.1.0indirect
npmtype-fest0.7.1indirect
npmtype-fest0.8.1indirect
npmtype-fest4.26.0indirect
npmtyped-query-selector2.12.2indirect
npmtypedarray-to-buffer3.1.5indirect
npmundici6.25.0indirect
npmundici7.25.0indirect
npmundici-types6.21.0indirect
npmundici-types7.19.2indirect
npmunicorn-magic0.3.0indirect
npmupdate-browserslist-db1.2.3indirect
npmuri-js4.4.1indirect
npmuserhome1.0.1indirect
npmutil0.12.5indirect
npmuuid8.3.2indirect
npmw3c-xmlserializer5.0.0indirect
npmwait-port1.1.0indirect
npmwebdriver9.27.1indirect
npmwebdriver-bidi-protocol0.4.1indirect
npmwebidl-conversions8.0.1indirect
npmwhatwg-mimetype5.0.0indirect
npmwhatwg-url16.0.1indirect
npmwhich2.0.2indirect
npmwhich6.0.1indirect
npmwhich-module2.0.1indirect
npmwhich-typed-array1.1.20indirect
npmword-wrap1.2.5indirect
npmworkerpool9.3.4indirect
npmwrap-ansi6.2.0indirect
npmwrap-ansi7.0.0indirect
npmwrap-ansi8.1.0indirect
npmwrap-ansi9.0.2indirect
npmwrappy1.0.2indirect
npmwrite-file-atomic3.0.3indirect
npmws8.20.0indirect
npmxml-name-validator5.0.0indirect
npmxmlchars2.2.0indirect
npmy18n4.0.3indirect
npmy18n5.0.8indirect
npmyallist3.1.1indirect
npmyaml2.8.4indirect
npmyargs15.4.1indirect
npmyargs17.7.2indirect
npmyargs18.0.0indirect
npmyargs-parser18.1.3indirect
npmyargs-parser21.1.1indirect
npmyargs-parser22.0.0indirect
npmyargs-unparser2.0.0indirect
npmyauzl2.10.0indirect
npmyocto-queue0.1.0indirect
npmyoctocolors2.1.2indirect
npmzod3.25.76indirect
Dependency advisories 0

Installing npm:@sinonjs/fake-timers@15.4.0 pulls in 2 packages, direct and transitive: 0 carry known advisories, of which 0 are direct dependencies.

No known advisories affect the assessed dependencies.

An advisory means the version recorded in the dependency graph falls inside an advisory’s affected range. Reachability is not analysed, and the graph includes development and test pins — a finding may concern tooling rather than shipped software.

Raw JSON report machine-readable

Feedback

Spotted something off in this report, or have thoughts to share? Wrong measurements, missed tooling, ideas, questions — anything is welcome. Every message is read and gets a response.

The message is kept through sign-in.

Scores are signals, not warranties. They reflect publicly visible practices on GitHub — not a code audit, and not a security guarantee.

Missing data is excluded and weights renormalized, never scored as zero. Methodology is versioned and open: metrics v2.10.0, schema v0.31.0 — full methodology · metrics wiki.

How one result sits in the wider record: aggregate statisticsnpm.