{"id":372122,"url":"https://github.com/medikoo/esniff","last_synced_at":"2026-06-13T20:30:38.433Z","repository":{"id":11664668,"uuid":"14173275","full_name":"medikoo/esniff","owner":"medikoo","description":"Low footprint JavaScript source code parser","archived":false,"fork":false,"pushed_at":"2024-09-03T07:13:23.000Z","size":192,"stargazers_count":12,"open_issues_count":2,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-05-16T18:43:47.063Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/medikoo.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"medikoo","tidelift":"npm/esniff"}},"created_at":"2013-11-06T13:27:44.000Z","updated_at":"2024-09-03T07:13:27.000Z","dependencies_parsed_at":"2024-09-16T22:28:33.723Z","dependency_job_id":null,"html_url":"https://github.com/medikoo/esniff","commit_stats":{"total_commits":136,"total_committers":3,"mean_commits":"45.333333333333336","dds":0.5,"last_synced_commit":"809a96046398489e9f24b08942f421d2823fa8da"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/medikoo/esniff","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/medikoo%2Fesniff","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/medikoo%2Fesniff/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/medikoo%2Fesniff/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/medikoo%2Fesniff/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/medikoo","download_url":"https://codeload.github.com/medikoo/esniff/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/medikoo%2Fesniff/sbom","scorecard":{"id":634343,"data":{"date":"2025-08-11","repo":{"name":"github.com/medikoo/esniff","commit":"809a96046398489e9f24b08942f421d2823fa8da"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.8,"checks":[{"name":"Code-Review","score":0,"reason":"Found 0/30 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"SAST","score":0,"reason":"no SAST tool detected","details":["Warn: no pull requests merged into dev branch"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/integrate.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/medikoo/esniff/integrate.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/medikoo/esniff/publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/validate.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/medikoo/esniff/validate.yml/main?enable=pin","Info:   0 out of   3 third-party GitHubAction dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/integrate.yml:1","Warn: no topLevel permission defined: .github/workflows/publish.yml:1","Warn: no topLevel permission defined: .github/workflows/validate.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: ISC License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}}]},"last_synced_at":"2025-08-21T08:43:22.657Z","repository_id":11664668,"created_at":"2025-08-21T08:43:22.657Z","updated_at":"2025-08-21T08:43:22.657Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33568857,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-27T02:00:06.184Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"owner":{"login":"medikoo","name":"Mariusz Nowak","uuid":"122434","kind":"user","description":"Engineering modern web applications\r\n\r\nJavaScript/Node.js/HTML/Serverless","email":"medikoo+github.com@medikoo.com","website":"http://www.medikoo.com/","location":"Warsaw, Poland","twitter":"medikoo","company":null,"icon_url":"https://avatars.githubusercontent.com/u/122434?u=6202deb7a394c25a15b19d420e5ea28914384ec4\u0026v=4","repositories_count":268,"last_synced_at":"2026-04-19T18:39:19.565Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/medikoo","funding_links":["https://github.com/sponsors/medikoo"],"total_stars":5037,"followers":1397,"following":38,"created_at":"2022-11-02T16:19:05.321Z","updated_at":"2026-04-19T18:39:19.566Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/medikoo","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/medikoo/repositories"},"packages":[{"id":14339383,"name":"github.com/medikoo/esniff","ecosystem":"go","description":null,"homepage":null,"licenses":null,"normalized_licenses":[],"repository_url":"https://github.com/medikoo/esniff","keywords_array":[],"namespace":null,"versions_count":10,"first_release_published_at":"2026-04-28T11:04:12.914Z","latest_release_published_at":"2024-02-21T15:27:28.000Z","latest_release_number":"v2.0.1+incompatible","last_synced_at":"2026-06-05T19:20:20.634Z","created_at":"2026-04-28T11:04:11.391Z","updated_at":"2026-06-05T19:20:20.634Z","registry_url":"https://pkg.go.dev/github.com/medikoo/esniff","install_command":"go get github.com/medikoo/esniff","documentation_url":"https://pkg.go.dev/github.com/medikoo/esniff#section-documentation","metadata":{},"repo_metadata":{},"repo_metadata_updated_at":"2026-04-28T12:54:12.893Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":5.135177172859481,"dependent_packages_count":4.811484132117595,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":4.973330652488539},"purl":"pkg:golang/github.com/medikoo/esniff","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/medikoo/esniff","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/medikoo/esniff","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/medikoo/esniff/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fmedikoo%2Fesniff/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fmedikoo%2Fesniff/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fmedikoo%2Fesniff/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fmedikoo%2Fesniff/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fmedikoo%2Fesniff/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fmedikoo%2Fesniff/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2166600,"maintainers_count":0,"namespaces_count":792747,"keywords_count":113213,"github":"golang","metadata":{"funded_packages_count":53976},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-06-10T05:03:23.672Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/namespaces"}},{"id":4998943,"name":"org.webjars.npm:esniff","ecosystem":"maven","description":"WebJar for esniff","homepage":"https://www.webjars.org","licenses":"ISC","normalized_licenses":["ISC"],"repository_url":"https://github.com/medikoo/esniff","keywords_array":[],"namespace":"org.webjars.npm","versions_count":2,"first_release_published_at":"2016-02-10T17:10:38.000Z","latest_release_published_at":"2024-03-22T11:10:27.000Z","latest_release_number":"2.0.1","last_synced_at":"2026-06-05T19:20:18.048Z","created_at":"2022-07-27T10:55:45.174Z","updated_at":"2026-06-05T19:20:18.048Z","registry_url":"https://central.sonatype.com/artifact/org.webjars.npm/esniff/","install_command":null,"documentation_url":"https://appdoc.app/artifact/org.webjars.npm/esniff/","metadata":{},"repo_metadata":{"id":11664668,"uuid":"14173275","full_name":"medikoo/esniff","owner":"medikoo","description":"Low footprint JavaScript source code parser","archived":false,"fork":false,"pushed_at":"2024-09-03T07:13:23.000Z","size":192,"stargazers_count":12,"open_issues_count":2,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-09-19T12:43:51.266Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/medikoo.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"medikoo","tidelift":"npm/esniff"}},"created_at":"2013-11-06T13:27:44.000Z","updated_at":"2024-09-03T07:13:27.000Z","dependencies_parsed_at":"2024-09-16T22:28:33.723Z","dependency_job_id":null,"html_url":"https://github.com/medikoo/esniff","commit_stats":{"total_commits":136,"total_committers":3,"mean_commits":"45.333333333333336","dds":0.5,"last_synced_commit":"809a96046398489e9f24b08942f421d2823fa8da"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/medikoo/esniff","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/medikoo%2Fesniff","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/medikoo%2Fesniff/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/medikoo%2Fesniff/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/medikoo%2Fesniff/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/medikoo","download_url":"https://codeload.github.com/medikoo/esniff/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/medikoo%2Fesniff/sbom","scorecard":{"id":634343,"data":{"date":"2025-08-11","repo":{"name":"github.com/medikoo/esniff","commit":"809a96046398489e9f24b08942f421d2823fa8da"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.8,"checks":[{"name":"Code-Review","score":0,"reason":"Found 0/30 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"SAST","score":0,"reason":"no SAST tool detected","details":["Warn: no pull requests merged into dev branch"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/integrate.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/medikoo/esniff/integrate.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/medikoo/esniff/publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/validate.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/medikoo/esniff/validate.yml/main?enable=pin","Info:   0 out of   3 third-party GitHubAction dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/integrate.yml:1","Warn: no topLevel permission defined: .github/workflows/publish.yml:1","Warn: no topLevel permission defined: .github/workflows/validate.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: ISC License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}}]},"last_synced_at":"2025-08-21T08:43:22.657Z","repository_id":11664668,"created_at":"2025-08-21T08:43:22.657Z","updated_at":"2025-08-21T08:43:22.657Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279004702,"owners_count":26083751,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"medikoo","name":"Mariusz Nowak","uuid":"122434","kind":"user","description":"Engineering modern web applications\r\n\r\nJavaScript/Node.js/HTML/Serverless","email":"","website":"http://www.medikoo.com/","location":"Warsaw, Poland","twitter":"medikoo","company":null,"icon_url":"https://avatars.githubusercontent.com/u/122434?u=6202deb7a394c25a15b19d420e5ea28914384ec4\u0026v=4","repositories_count":267,"last_synced_at":"2025-10-06T16:36:49.141Z","metadata":{"has_sponsors_listing":true},"html_url":"https://github.com/medikoo","funding_links":["https://github.com/sponsors/medikoo"],"total_stars":5041,"followers":1380,"following":40,"created_at":"2022-11-02T16:19:05.321Z","updated_at":"2025-10-06T16:36:49.141Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/medikoo","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/medikoo/repositories"},"tags":[{"name":"v2.0.1","sha":"8498674e0894acc27e606d6f55e732e628107596","kind":"commit","published_at":"2024-02-21T15:27:28.000Z","download_url":"https://codeload.github.com/medikoo/esniff/tar.gz/v2.0.1","html_url":"https://github.com/medikoo/esniff/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/medikoo/esniff@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/medikoo%2Fesniff/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/medikoo%2Fesniff/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"64085e2ea055ed67cf83f25fc9d2dbdb2090ea8c","kind":"commit","published_at":"2024-02-19T15:32:52.000Z","download_url":"https://codeload.github.com/medikoo/esniff/tar.gz/v2.0.0","html_url":"https://github.com/medikoo/esniff/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/medikoo/esniff@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/medikoo%2Fesniff/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/medikoo%2Fesniff/tags/v2.0.0/manifests"},{"name":"v1.1.3","sha":"3ec6f7b659ee1801cd7b0daa2bd5a9e3ab8b8ce4","kind":"commit","published_at":"2024-01-04T16:44:53.000Z","download_url":"https://codeload.github.com/medikoo/esniff/tar.gz/v1.1.3","html_url":"https://github.com/medikoo/esniff/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/medikoo/esniff@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/medikoo%2Fesniff/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/medikoo%2Fesniff/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"0328f7d7c3e2cd98c6acb611a9ef2e51ea3d0c3d","kind":"commit","published_at":"2024-01-04T15:22:29.000Z","download_url":"https://codeload.github.com/medikoo/esniff/tar.gz/v1.1.2","html_url":"https://github.com/medikoo/esniff/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/medikoo/esniff@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/medikoo%2Fesniff/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/medikoo%2Fesniff/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"1e1b01d984e3415369afd93b5496376957d2a57d","kind":"commit","published_at":"2024-01-04T15:19:06.000Z","download_url":"https://codeload.github.com/medikoo/esniff/tar.gz/v1.1.1","html_url":"https://github.com/medikoo/esniff/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/medikoo/esniff@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/medikoo%2Fesniff/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/medikoo%2Fesniff/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"714189c8e0d75b64cf7c52a29481baa7143dd267","kind":"commit","published_at":"2016-08-12T14:03:21.000Z","download_url":"https://codeload.github.com/medikoo/esniff/tar.gz/v1.1.0","html_url":"https://github.com/medikoo/esniff/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/medikoo/esniff@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/medikoo%2Fesniff/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/medikoo%2Fesniff/tags/v1.1.0/manifests"},{"name":"v1.0.0","sha":"14b7361b0d7b07f71a496f4f11eeb74191a37b57","kind":"commit","published_at":"2015-09-03T10:16:44.000Z","download_url":"https://codeload.github.com/medikoo/esniff/tar.gz/v1.0.0","html_url":"https://github.com/medikoo/esniff/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/medikoo/esniff@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/medikoo%2Fesniff/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/medikoo%2Fesniff/tags/v1.0.0/manifests"},{"name":"v0.1.1","sha":"17ace46cf548c7000c969bdffa2b2081115fb805","kind":"commit","published_at":"2014-08-08T09:16:50.000Z","download_url":"https://codeload.github.com/medikoo/esniff/tar.gz/v0.1.1","html_url":"https://github.com/medikoo/esniff/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/medikoo/esniff@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/medikoo%2Fesniff/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/medikoo%2Fesniff/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"7d60123adb0f32c0df42a589231cd51e2e8b9340","kind":"commit","published_at":"2014-04-28T12:06:46.000Z","download_url":"https://codeload.github.com/medikoo/esniff/tar.gz/v0.1.0","html_url":"https://github.com/medikoo/esniff/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/medikoo/esniff@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/medikoo%2Fesniff/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/medikoo%2Fesniff/tags/v0.1.0/manifests"},{"name":"v0.0.0","sha":"edbfadfcf6688fd48d99e0a8657a53b95869b763","kind":"commit","published_at":"2013-11-06T13:30:34.000Z","download_url":"https://codeload.github.com/medikoo/esniff/tar.gz/v0.0.0","html_url":"https://github.com/medikoo/esniff/releases/tag/v0.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/medikoo/esniff@v0.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/medikoo%2Fesniff/tags/v0.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/medikoo%2Fesniff/tags/v0.0.0/manifests"}]},"repo_metadata_updated_at":"2025-10-12T06:37:34.104Z","dependent_packages_count":1,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":31.979943940947386,"dependent_packages_count":31.998402898858956,"stargazers_count":30.268878798883637,"forks_count":39.82359656743639,"average":33.51770555153159},"purl":"pkg:maven/org.webjars.npm/esniff","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/maven/org.webjars.npm:esniff","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/maven/org.webjars.npm:esniff","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/maven/org.webjars.npm:esniff/dependencies","status":null,"funding_links":["https://github.com/sponsors/medikoo","https://tidelift.com/funding/github/npm/esniff"],"critical":null,"issue_metadata":{"last_synced_at":"2025-08-21T13:18:51.715Z","issues_count":3,"pull_requests_count":1,"avg_time_to_close_issue":256183.0,"avg_time_to_close_pull_request":16639.0,"issues_closed_count":1,"pull_requests_closed_count":1,"pull_request_authors_count":1,"issue_authors_count":2,"avg_comments_per_issue":0.3333333333333333,"avg_comments_per_pull_request":2.0,"merged_pull_requests_count":0,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":0,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/medikoo%2Fesniff/issues","maintainers":[{"login":"kamsi","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kamsi"},{"login":"medikoo","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/medikoo"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.webjars.npm:esniff/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.webjars.npm:esniff/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.webjars.npm:esniff/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.webjars.npm:esniff/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.webjars.npm:esniff/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.webjars.npm:esniff/codemeta","maintainers":[],"registry":{"name":"repo1.maven.org","url":"https://repo.maven.apache.org/maven2","ecosystem":"maven","default":true,"packages_count":608343,"maintainers_count":0,"namespaces_count":80807,"keywords_count":34879,"github":"maven-central","metadata":{"funded_packages_count":37828},"icon_url":"https://github.com/maven-central.png","created_at":"2022-07-21T16:40:13.074Z","updated_at":"2026-06-10T05:05:55.821Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/namespaces"}},{"id":1687441,"name":"esniff","ecosystem":"npm","description":"Low footprint ECMAScript source code parser","homepage":"https://github.com/medikoo/esniff#readme","licenses":"ISC","normalized_licenses":["ISC"],"repository_url":"https://github.com/medikoo/esniff","keywords_array":["sniff","analyze","ast","parse","syntax","sniffer","detective","detect","find","search","source","code"],"namespace":null,"versions_count":10,"first_release_published_at":"2013-11-06T13:32:54.274Z","latest_release_published_at":"2024-02-21T15:29:09.138Z","latest_release_number":"2.0.1","last_synced_at":"2026-06-05T19:20:19.237Z","created_at":"2022-04-09T15:05:24.172Z","updated_at":"2026-06-05T19:20:19.237Z","registry_url":"https://www.npmjs.com/package/esniff","install_command":"npm install esniff","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"latest":"2.0.1"}},"repo_metadata":{"id":11664668,"uuid":"14173275","full_name":"medikoo/esniff","owner":"medikoo","description":"Low footprint JavaScript source code parser","archived":false,"fork":false,"pushed_at":"2024-09-03T07:13:23.000Z","size":192,"stargazers_count":12,"open_issues_count":2,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-05-16T18:43:47.063Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/medikoo.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"medikoo","tidelift":"npm/esniff"}},"created_at":"2013-11-06T13:27:44.000Z","updated_at":"2024-09-03T07:13:27.000Z","dependencies_parsed_at":"2024-09-16T22:28:33.723Z","dependency_job_id":null,"html_url":"https://github.com/medikoo/esniff","commit_stats":{"total_commits":136,"total_committers":3,"mean_commits":"45.333333333333336","dds":0.5,"last_synced_commit":"809a96046398489e9f24b08942f421d2823fa8da"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/medikoo/esniff","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/medikoo%2Fesniff","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/medikoo%2Fesniff/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/medikoo%2Fesniff/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/medikoo%2Fesniff/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/medikoo","download_url":"https://codeload.github.com/medikoo/esniff/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/medikoo%2Fesniff/sbom","scorecard":{"id":634343,"data":{"date":"2025-08-11","repo":{"name":"github.com/medikoo/esniff","commit":"809a96046398489e9f24b08942f421d2823fa8da"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.8,"checks":[{"name":"Code-Review","score":0,"reason":"Found 0/30 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"SAST","score":0,"reason":"no SAST tool detected","details":["Warn: no pull requests merged into dev branch"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/integrate.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/medikoo/esniff/integrate.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/medikoo/esniff/publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/validate.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/medikoo/esniff/validate.yml/main?enable=pin","Info:   0 out of   3 third-party GitHubAction dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/integrate.yml:1","Warn: no topLevel permission defined: .github/workflows/publish.yml:1","Warn: no topLevel permission defined: .github/workflows/validate.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: ISC License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}}]},"last_synced_at":"2025-08-21T08:43:22.657Z","repository_id":11664668,"created_at":"2025-08-21T08:43:22.657Z","updated_at":"2025-08-21T08:43:22.657Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33568857,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-27T02:00:06.184Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"tags":[]},"repo_metadata_updated_at":"2026-06-05T19:20:19.081Z","dependent_packages_count":6,"downloads":45786101,"downloads_period":"last-month","dependent_repos_count":17982,"rankings":{"downloads":0.1335646398197536,"dependent_repos_count":0.2003151333233727,"dependent_packages_count":3.151746566376474,"stargazers_count":9.172299641068694,"forks_count":15.383205223581465,"docker_downloads_count":0.14435632635293413,"average":4.697581255087115},"purl":"pkg:npm/esniff","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/esniff","docker_dependents_count":177,"docker_downloads_count":227312737,"usage_url":"https://repos.ecosyste.ms/usage/npm/esniff","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/esniff/dependencies","status":null,"funding_links":["https://github.com/sponsors/medikoo","https://tidelift.com/funding/github/npm/esniff"],"critical":true,"issue_metadata":{"last_synced_at":"2025-08-21T13:18:51.715Z","issues_count":3,"pull_requests_count":1,"avg_time_to_close_issue":256183.0,"avg_time_to_close_pull_request":16639.0,"issues_closed_count":1,"pull_requests_closed_count":1,"pull_request_authors_count":1,"issue_authors_count":2,"avg_comments_per_issue":0.3333333333333333,"avg_comments_per_pull_request":2.0,"merged_pull_requests_count":0,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":0,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/medikoo%2Fesniff/issues","maintainers":[{"login":"kamsi","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kamsi"},{"login":"medikoo","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/medikoo"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/esniff/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/esniff/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/esniff/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/esniff/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/esniff/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/esniff/codemeta","maintainers":[{"uuid":"medikoo","login":"medikoo","name":null,"email":"medikoo+npm@medikoo.com","url":null,"packages_count":143,"html_url":"https://www.npmjs.com/~medikoo","role":null,"created_at":"2022-11-12T06:40:46.163Z","updated_at":"2022-11-12T06:40:46.163Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/medikoo/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5641755,"maintainers_count":1199719,"namespaces_count":399623,"keywords_count":847874,"github":"npm","metadata":{"funded_packages_count":171745},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-06-10T05:11:46.456Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}}],"commits":{"id":178702,"full_name":"medikoo/esniff","default_branch":"main","total_commits":136,"total_committers":1,"total_bot_commits":0,"total_bot_committers":0,"mean_commits":136.0,"dds":0.0,"past_year_total_commits":0,"past_year_total_committers":0,"past_year_total_bot_commits":0,"past_year_total_bot_committers":0,"past_year_mean_commits":0.0,"past_year_dds":0.0,"last_synced_at":"2026-06-05T19:20:29.420Z","last_synced_commit":"809a96046398489e9f24b08942f421d2823fa8da","created_at":"2023-03-08T03:45:27.767Z","updated_at":"2026-06-05T19:20:29.263Z","committers":[{"name":"Mariusz Nowak","email":"medyk@medikoo.com","login":"medikoo","count":136}],"past_year_committers":[],"commits_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories/medikoo%2Fesniff/commits","host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2026-06-10T00:00:07.748Z","repositories_count":6255051,"commits_count":884245471,"contributors_count":35062255,"owners_count":1164114,"icon_url":"https://github.com/github.png","host_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories"}},"issues":{"table":{"full_name":"medikoo/esniff","html_url":"https://github.com/medikoo/esniff","last_synced_at":"2026-05-04T05:33:25.686Z","status":"error","issues_count":3,"pull_requests_count":1,"avg_time_to_close_issue":256183.0,"avg_time_to_close_pull_request":16639.0,"issues_closed_count":1,"pull_requests_closed_count":1,"pull_request_authors_count":1,"issue_authors_count":2,"avg_comments_per_issue":0.3333333333333333,"avg_comments_per_pull_request":2.0,"merged_pull_requests_count":0,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":0,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"created_at":"2023-05-19T16:07:38.312Z","updated_at":"2026-05-04T05:33:25.686Z","repository_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/medikoo%2Fesniff","issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/medikoo%2Fesniff/issues","issue_labels_count":{"table":{}},"pull_request_labels_count":{"table":{}},"issue_author_associations_count":{"table":{"OWNER":2,"COLLABORATOR":1}},"pull_request_author_associations_count":{"table":{"COLLABORATOR":1}},"issue_authors":{"table":{"medikoo":2,"kamsi":1}},"pull_request_authors":{"table":{"kamsi":1}},"host":{"table":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2026-06-10T00:00:24.323Z","repositories_count":14788212,"issues_count":33435200,"pull_requests_count":110038055,"authors_count":11298867,"icon_url":"https://github.com/github.png","host_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories","owners_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/owners","authors_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors"}},"past_year_issue_labels_count":{"table":{}},"past_year_pull_request_labels_count":{"table":{}},"past_year_issue_author_associations_count":{"table":{}},"past_year_pull_request_author_associations_count":{"table":{}},"past_year_issue_authors":{"table":{}},"past_year_pull_request_authors":{"table":{}},"maintainers":[{"table":{"login":"kamsi","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kamsi"}},{"table":{"login":"medikoo","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/medikoo"}}],"active_maintainers":[]}},"events":{"total":{},"last_year":{}},"keywords":[],"dependencies":[{"ecosystem":"actions","filepath":".github/workflows/integrate.yml","sha":null,"kind":"manifest","created_at":"2024-01-31T20:30:37.393Z","updated_at":"2024-01-31T20:30:37.393Z","repository_link":"https://github.com/medikoo/esniff/blob/main/.github/workflows/integrate.yml","dependencies":[]},{"ecosystem":"actions","filepath":".github/workflows/publish.yml","sha":null,"kind":"manifest","created_at":"2024-01-31T20:30:37.442Z","updated_at":"2024-01-31T20:30:37.442Z","repository_link":"https://github.com/medikoo/esniff/blob/main/.github/workflows/publish.yml","dependencies":[]},{"ecosystem":"actions","filepath":".github/workflows/validate.yml","sha":null,"kind":"manifest","created_at":"2024-01-31T20:30:37.479Z","updated_at":"2024-01-31T20:30:37.479Z","repository_link":"https://github.com/medikoo/esniff/blob/main/.github/workflows/validate.yml","dependencies":[]},{"ecosystem":"npm","filepath":"package.json","sha":null,"kind":"manifest","created_at":"2024-01-31T20:30:37.493Z","updated_at":"2024-01-31T20:30:37.493Z","repository_link":"https://github.com/medikoo/esniff/blob/main/package.json","dependencies":[{"id":15950472420,"package_name":"d","ecosystem":"npm","requirements":"^1.0.1","direct":true,"kind":"runtime","optional":false},{"id":15950472421,"package_name":"es5-ext","ecosystem":"npm","requirements":"^0.10.62","direct":true,"kind":"runtime","optional":false},{"id":15950472422,"package_name":"type","ecosystem":"npm","requirements":"^2.7.2","direct":true,"kind":"runtime","optional":false},{"id":15950472423,"package_name":"eslint","ecosystem":"npm","requirements":"^8.56.0","direct":true,"kind":"development","optional":false},{"id":15950472424,"package_name":"eslint-config-medikoo","ecosystem":"npm","requirements":"^4.2.0","direct":true,"kind":"development","optional":false},{"id":15950472425,"package_name":"esprima","ecosystem":"npm","requirements":"^4.0.1","direct":true,"kind":"development","optional":false},{"id":15950472426,"package_name":"github-release-from-cc-changelog","ecosystem":"npm","requirements":"^2.3.0","direct":true,"kind":"development","optional":false},{"id":15950472427,"package_name":"nyc","ecosystem":"npm","requirements":"^15.1.0","direct":true,"kind":"development","optional":false},{"id":15950472428,"package_name":"prettier-elastic","ecosystem":"npm","requirements":"^2.7.1","direct":true,"kind":"development","optional":false},{"id":15950472429,"package_name":"tad","ecosystem":"npm","requirements":"^3.1.1","direct":true,"kind":"development","optional":false}]}],"score":22.064468180689733,"created_at":"2026-05-14T05:04:42.392Z","updated_at":"2026-06-13T20:30:38.434Z","avatar_url":"https://github.com/medikoo.png","language":"JavaScript","codemeta":null,"publiccode":null,"project_url":"https://summary.ecosyste.ms/api/v1/projects/372122","html_url":"https://summary.ecosyste.ms/projects/372122"}