{"id":2020800,"name":"mktemp","ecosystem":"npm","description":"create temporary files and directories","homepage":"https://github.com/sasaplus1/mktemp#readme","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/sasaplus1/mktemp","keywords_array":[],"namespace":null,"versions_count":17,"first_release_published_at":"2013-01-16T03:25:28.574Z","latest_release_published_at":"2026-08-24T02:01:25.867Z","latest_release_number":"2.0.4","last_synced_at":"2026-09-09T04:43:52.891Z","created_at":"2022-04-09T19:43:03.673Z","updated_at":"2026-09-09T04:43:52.891Z","registry_url":"https://www.npmjs.com/package/mktemp","install_command":"npm install mktemp","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"latest":"2.0.4"},"contentPolicy":null},"repo_metadata":{"id":6381523,"uuid":"7619129","full_name":"sasaplus1/mktemp","owner":"sasaplus1","description":"create temporary files and directories","archived":false,"fork":false,"pushed_at":"2026-08-30T17:46:53.000Z","size":1604,"stargazers_count":10,"open_issues_count":1,"forks_count":8,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-09-01T17:06:19.029Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sasaplus1.png","metadata":{"files":{"readme":"README.md","changelog":"HISTORY.md","contributing":null,"funding":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":null,"gemini":null,"cursor":null,"copilot":null,"dco":null,"cla":null,"disclosure":null},"funding":{"github":"sasaplus1"}},"created_at":"2013-01-15T05:23:08.000Z","updated_at":"2026-08-30T17:48:09.000Z","dependencies_parsed_at":"2026-08-17T14:20:21.033Z","dependency_job_id":"7c130a0d-b84b-497c-a69b-2eadbe2300d4","html_url":"https://github.com/sasaplus1/mktemp","commit_stats":{"total_commits":188,"total_committers":4,"mean_commits":47.0,"dds":0.07978723404255317,"last_synced_commit":"84f1a5536a246fa701e1fca1ef840987e9d4f04b"},"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/sasaplus1/mktemp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sasaplus1%2Fmktemp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sasaplus1%2Fmktemp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sasaplus1%2Fmktemp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sasaplus1%2Fmktemp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sasaplus1","download_url":"https://codeload.github.com/sasaplus1/mktemp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sasaplus1%2Fmktemp/sbom","scorecard":{"id":53683,"data":{"date":"2025-08-04","repo":{"name":"github.com/sasaplus1/mktemp","commit":"990978a12f04e5f5fc5050669476b35077c920be"},"scorecard":{"version":"v5.2.1-28-gc1d103a9","commit":"c1d103a9bb9f635ec7260bf9aa0699466fa4be0e"},"score":5.4,"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/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#code-review"}},{"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/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#binary-artifacts"}},{"name":"Maintained","score":10,"reason":"30 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#maintained"}},{"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/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#packaging"}},{"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/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: jobLevel 'checks' permission set to 'read': .github/workflows/merge-gatekeeper.yml:16","Info: jobLevel 'statuses' permission set to 'read': .github/workflows/merge-gatekeeper.yml:17","Warn: jobLevel 'contents' permission set to 'write': .github/workflows/publish.yml:13","Warn: no topLevel permission defined: .github/workflows/lint.yml:1","Warn: no topLevel permission defined: .github/workflows/merge-gatekeeper.yml:1","Warn: no topLevel permission defined: .github/workflows/publish.yml:1","Warn: no topLevel permission defined: .github/workflows/test.yml:1"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":8,"reason":"dependency not pinned by hash detected -- score normalized to 8","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/lint.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/sasaplus1/mktemp/lint.yml/master?enable=pin","Info:   7 out of   7 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of   2 third-party GitHubAction dependencies pinned","Info:   3 out of   3 npmCommand 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/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#pinned-dependencies"}},{"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/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#cii-best-practices"}},{"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/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/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: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/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/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/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/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#branch-protection"}},{"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/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#security-policy"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#sast"}},{"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/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-15T00:13:29.926Z","repository_id":6381523,"created_at":"2025-08-15T00:13:29.926Z","updated_at":"2025-08-15T00:13:29.926Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":37018807,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-09-01T02:00:05.433Z","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_record":{"login":"sasaplus1","name":"sasaplus1","uuid":"309466","kind":"user","description":"TypeScript, JavaScript, Bash, Vim, Git, Build mechanical keyboard, etc. sandbox: @sasaplus1-prototype ","email":"sasaplus1@gmail.com","website":"https://www.sasaplus1.com","location":"Tokyo, Japan","twitter":"sasaplus1","company":null,"icon_url":"https://avatars.githubusercontent.com/u/309466?u=93017a5afd72abe93b5db3a1740ea6359ca3b47d\u0026v=4","repositories_count":139,"last_synced_at":"2026-08-22T11:38:45.642Z","metadata":{"has_sponsors_listing":true,"funding":{"github":"sasaplus1"}},"html_url":"https://github.com/sasaplus1","funding_links":["https://github.com/sponsors/sasaplus1"],"total_stars":251,"followers":83,"following":45,"created_at":"2022-11-02T16:35:40.900Z","updated_at":"2026-08-22T11:38:45.720Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sasaplus1","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sasaplus1/repositories"},"tags":[{"name":"2.0.3","sha":"9c770f4d9b86627a6d174f65e4a7420b8b9cf7cf","kind":"commit","published_at":"2026-04-23T00:33:37.000Z","download_url":"https://codeload.github.com/sasaplus1/mktemp/tar.gz/2.0.3","html_url":"https://github.com/sasaplus1/mktemp/releases/tag/2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sasaplus1/mktemp@2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sasaplus1%2Fmktemp/tags/2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sasaplus1%2Fmktemp/tags/2.0.3/manifests"},{"name":"2.0.2","sha":"b4b1776a8821f756dd54af6af4e2f703c2734be5","kind":"commit","published_at":"2025-09-13T14:50:14.000Z","download_url":"https://codeload.github.com/sasaplus1/mktemp/tar.gz/2.0.2","html_url":"https://github.com/sasaplus1/mktemp/releases/tag/2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sasaplus1/mktemp@2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sasaplus1%2Fmktemp/tags/2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sasaplus1%2Fmktemp/tags/2.0.2/manifests"},{"name":"2.0.1","sha":"712d7301695d260c228a061b2feff6e499b9a0ff","kind":"commit","published_at":"2025-06-21T15:17:21.000Z","download_url":"https://codeload.github.com/sasaplus1/mktemp/tar.gz/2.0.1","html_url":"https://github.com/sasaplus1/mktemp/releases/tag/2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sasaplus1/mktemp@2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sasaplus1%2Fmktemp/tags/2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sasaplus1%2Fmktemp/tags/2.0.1/manifests"},{"name":"2.0.0","sha":"2f1e8342016d1b53179ee97e49193d2fecd5f6ee","kind":"commit","published_at":"2025-06-21T14:09:45.000Z","download_url":"https://codeload.github.com/sasaplus1/mktemp/tar.gz/2.0.0","html_url":"https://github.com/sasaplus1/mktemp/releases/tag/2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sasaplus1/mktemp@2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sasaplus1%2Fmktemp/tags/2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sasaplus1%2Fmktemp/tags/2.0.0/manifests"},{"name":"1.0.1","sha":"a94e1a8c21ec96417e786adbf64314e7814d2370","kind":"commit","published_at":"2023-05-03T03:31:53.000Z","download_url":"https://codeload.github.com/sasaplus1/mktemp/tar.gz/1.0.1","html_url":"https://github.com/sasaplus1/mktemp/releases/tag/1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sasaplus1/mktemp@1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sasaplus1%2Fmktemp/tags/1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sasaplus1%2Fmktemp/tags/1.0.1/manifests"},{"name":"1.0.0","sha":"33c22b4d119f6d28ecb317227cf063d7ba0368de","kind":"commit","published_at":"2019-05-27T10:04:57.000Z","download_url":"https://codeload.github.com/sasaplus1/mktemp/tar.gz/1.0.0","html_url":"https://github.com/sasaplus1/mktemp/releases/tag/1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sasaplus1/mktemp@1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sasaplus1%2Fmktemp/tags/1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sasaplus1%2Fmktemp/tags/1.0.0/manifests"},{"name":"0.4.0","sha":"27afcceaf5bd3436d6237f62e1a707103791104d","kind":"commit","published_at":"2015-02-15T16:32:23.000Z","download_url":"https://codeload.github.com/sasaplus1/mktemp/tar.gz/0.4.0","html_url":"https://github.com/sasaplus1/mktemp/releases/tag/0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sasaplus1/mktemp@0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sasaplus1%2Fmktemp/tags/0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sasaplus1%2Fmktemp/tags/0.4.0/manifests"},{"name":"0.3.5","sha":"edaa22d6bf82b0f813ca649b9bf6494de677218d","kind":"commit","published_at":"2014-06-24T15:02:46.000Z","download_url":"https://codeload.github.com/sasaplus1/mktemp/tar.gz/0.3.5","html_url":"https://github.com/sasaplus1/mktemp/releases/tag/0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sasaplus1/mktemp@0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sasaplus1%2Fmktemp/tags/0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sasaplus1%2Fmktemp/tags/0.3.5/manifests"},{"name":"0.3.4","sha":"65123d3ca2377a1b02486b801bf0ab868a6978f7","kind":"commit","published_at":"2013-11-23T03:44:58.000Z","download_url":"https://codeload.github.com/sasaplus1/mktemp/tar.gz/0.3.4","html_url":"https://github.com/sasaplus1/mktemp/releases/tag/0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sasaplus1/mktemp@0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sasaplus1%2Fmktemp/tags/0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sasaplus1%2Fmktemp/tags/0.3.4/manifests"},{"name":"0.3.3","sha":"2d8ce226c43b599e84213c21f7e080b41da49ad9","kind":"commit","published_at":"2013-11-13T15:49:28.000Z","download_url":"https://codeload.github.com/sasaplus1/mktemp/tar.gz/0.3.3","html_url":"https://github.com/sasaplus1/mktemp/releases/tag/0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sasaplus1/mktemp@0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sasaplus1%2Fmktemp/tags/0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sasaplus1%2Fmktemp/tags/0.3.3/manifests"},{"name":"0.3.2","sha":"ca06809be91bf8f6f18f6ece80dbb0c11a234bbe","kind":"commit","published_at":"2013-09-08T05:03:00.000Z","download_url":"https://codeload.github.com/sasaplus1/mktemp/tar.gz/0.3.2","html_url":"https://github.com/sasaplus1/mktemp/releases/tag/0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sasaplus1/mktemp@0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sasaplus1%2Fmktemp/tags/0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sasaplus1%2Fmktemp/tags/0.3.2/manifests"},{"name":"0.3.1","sha":"7be34ebd9e3edd503cfc98b958909b624d9fa6e0","kind":"commit","published_at":"2013-06-19T14:25:58.000Z","download_url":"https://codeload.github.com/sasaplus1/mktemp/tar.gz/0.3.1","html_url":"https://github.com/sasaplus1/mktemp/releases/tag/0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sasaplus1/mktemp@0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sasaplus1%2Fmktemp/tags/0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sasaplus1%2Fmktemp/tags/0.3.1/manifests"},{"name":"0.3.0","sha":"df49bf796bf249223f069bc657f719a93d6a829c","kind":"commit","published_at":"2013-04-06T14:04:17.000Z","download_url":"https://codeload.github.com/sasaplus1/mktemp/tar.gz/0.3.0","html_url":"https://github.com/sasaplus1/mktemp/releases/tag/0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sasaplus1/mktemp@0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sasaplus1%2Fmktemp/tags/0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sasaplus1%2Fmktemp/tags/0.3.0/manifests"},{"name":"0.2.1","sha":"230b28afa3f1832b5d6932a4b444c5cfbb943506","kind":"commit","published_at":"2013-03-28T15:02:03.000Z","download_url":"https://codeload.github.com/sasaplus1/mktemp/tar.gz/0.2.1","html_url":"https://github.com/sasaplus1/mktemp/releases/tag/0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sasaplus1/mktemp@0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sasaplus1%2Fmktemp/tags/0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sasaplus1%2Fmktemp/tags/0.2.1/manifests"},{"name":"0.2.0","sha":"0c5d76aacf55cc5447596fab2d718efdf08fcab5","kind":"commit","published_at":"2013-02-05T15:09:23.000Z","download_url":"https://codeload.github.com/sasaplus1/mktemp/tar.gz/0.2.0","html_url":"https://github.com/sasaplus1/mktemp/releases/tag/0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sasaplus1/mktemp@0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sasaplus1%2Fmktemp/tags/0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sasaplus1%2Fmktemp/tags/0.2.0/manifests"},{"name":"0.1.0","sha":"f18468e9227d99db0eb7d46d3ef63448fbdd4bf2","kind":"commit","published_at":"2013-01-16T03:19:58.000Z","download_url":"https://codeload.github.com/sasaplus1/mktemp/tar.gz/0.1.0","html_url":"https://github.com/sasaplus1/mktemp/releases/tag/0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/sasaplus1/mktemp@0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sasaplus1%2Fmktemp/tags/0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sasaplus1%2Fmktemp/tags/0.1.0/manifests"}]},"repo_metadata_updated_at":"2026-09-02T01:15:01.719Z","dependent_packages_count":82,"downloads":3416466,"downloads_period":"last-month","dependent_repos_count":9209,"rankings":{"downloads":0.19633664013941754,"dependent_repos_count":0.2594428407447093,"dependent_packages_count":0.4189916288724293,"stargazers_count":9.711317194985163,"forks_count":7.712320576682151,"docker_downloads_count":0.2121693345973288,"average":3.0850963693368665},"purl":"pkg:npm/mktemp","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/mktemp","docker_dependents_count":164,"docker_downloads_count":97503056,"usage_url":"https://repos.ecosyste.ms/usage/npm/mktemp","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/mktemp/dependencies","status":null,"funding_links":["https://github.com/sponsors/sasaplus1"],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-28T07:50:14.922Z","issues_count":8,"pull_requests_count":289,"avg_time_to_close_issue":44592406.0,"avg_time_to_close_pull_request":14976542.15116279,"issues_closed_count":6,"pull_requests_closed_count":258,"pull_request_authors_count":6,"issue_authors_count":6,"avg_comments_per_issue":0.625,"avg_comments_per_pull_request":0.18339100346020762,"merged_pull_requests_count":184,"bot_issues_count":2,"bot_pull_requests_count":261,"past_year_issues_count":1,"past_year_pull_requests_count":116,"past_year_avg_time_to_close_issue":28.0,"past_year_avg_time_to_close_pull_request":30159.02727272727,"past_year_issues_closed_count":1,"past_year_pull_requests_closed_count":110,"past_year_pull_request_authors_count":3,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":0.0,"past_year_avg_comments_per_pull_request":0.02586206896551724,"past_year_bot_issues_count":1,"past_year_bot_pull_requests_count":113,"past_year_merged_pull_requests_count":110,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/sasaplus1%2Fmktemp/issues","maintainers":[{"login":"sasaplus1","count":23,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sasaplus1"}],"active_maintainers":[{"login":"sasaplus1","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/sasaplus1"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/mktemp/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/mktemp/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/mktemp/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/mktemp/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/mktemp/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/mktemp/codemeta","maintainers":[{"uuid":"sasaplus1","login":"sasaplus1","name":null,"email":"sasaplus1@gmail.com","url":null,"packages_count":41,"html_url":"https://www.npmjs.com/~sasaplus1","role":null,"created_at":"2022-11-20T02:31:27.813Z","updated_at":"2022-11-20T02:31:27.813Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/sasaplus1/packages"}]}