{"id":1310784,"name":"@terminus-term/xterm","ecosystem":"npm","description":"Full xterm terminal, in your browser","homepage":"https://github.com/xtermjs/xterm.js#readme","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/xtermjs/xterm.js","keywords_array":[],"namespace":"terminus-term","versions_count":7,"first_release_published_at":"2018-12-10T12:56:36.901Z","latest_release_published_at":"2019-06-17T15:47:49.269Z","latest_release_number":"3.14.3","last_synced_at":"2026-05-29T21:01:15.694Z","created_at":"2022-04-08T20:31:19.321Z","updated_at":"2026-05-29T21:01:15.694Z","registry_url":"https://www.npmjs.com/package/@terminus-term/xterm","install_command":"npm install @terminus-term/xterm","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"latest":"3.14.3"}},"repo_metadata":{"id":15338000,"uuid":"18068542","full_name":"xtermjs/xterm.js","owner":"xtermjs","description":"A terminal for the web","archived":false,"fork":false,"pushed_at":"2025-11-23T21:47:40.000Z","size":30141,"stargazers_count":19435,"open_issues_count":230,"forks_count":1760,"subscribers_count":187,"default_branch":"master","last_synced_at":"2025-12-01T18:47:35.966Z","etag":null,"topics":["console","development","javascript","pty","ssh","terminal","terminal-emulators","tty","typescript","vt100","webgl","xterm"],"latest_commit_sha":null,"homepage":"https://xtermjs.org/","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/xtermjs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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,"dco":null,"cla":null}},"created_at":"2014-03-24T16:04:04.000Z","updated_at":"2025-12-01T14:24:59.000Z","dependencies_parsed_at":"2024-03-16T21:07:28.352Z","dependency_job_id":"3cbb0a09-2cf7-4a49-aada-43d4b71d5688","html_url":"https://github.com/xtermjs/xterm.js","commit_stats":{"total_commits":6449,"total_committers":323,"mean_commits":19.96594427244582,"dds":0.4490618700573732,"last_synced_commit":"ce095b35936844055924c9b66ec3e89aef5cbca4"},"previous_names":["sourcelair/xterm.js"],"tags_count":119,"template":false,"template_full_name":null,"purl":"pkg:github/xtermjs/xterm.js","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xtermjs%2Fxterm.js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xtermjs%2Fxterm.js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xtermjs%2Fxterm.js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xtermjs%2Fxterm.js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xtermjs","download_url":"https://codeload.github.com/xtermjs/xterm.js/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xtermjs%2Fxterm.js/sbom","scorecard":{"id":839431,"data":{"date":"2025-07-28","repo":{"name":"github.com/xtermjs/xterm.js","commit":"4c0cf27cfc0205df624452f9657a4acaa3276a19"},"scorecard":{"version":"v5.2.1-26-g4feedb85","commit":"4feedb857ab8d82158aa9774bf8054df41992180"},"score":4.9,"checks":[{"name":"Code-Review","score":2,"reason":"Found 3/11 approved changesets -- score normalized to 2","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/4feedb857ab8d82158aa9774bf8054df41992180/docs/checks.md#code-review"}},{"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/4feedb857ab8d82158aa9774bf8054df41992180/docs/checks.md#dangerous-workflow"}},{"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/4feedb857ab8d82158aa9774bf8054df41992180/docs/checks.md#packaging"}},{"name":"Maintained","score":10,"reason":"25 commit(s) and 17 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/4feedb857ab8d82158aa9774bf8054df41992180/docs/checks.md#maintained"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: jobLevel 'actions' permission set to 'read': .github/workflows/codeql-analysis.yml:16","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql-analysis.yml:17","Info: jobLevel 'contents' permission set to 'read': .github/workflows/copilot-setup-steps.yml:17","Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Warn: no topLevel permission defined: .github/workflows/codeql-analysis.yml:1","Warn: no topLevel permission defined: .github/workflows/copilot-setup-steps.yml:1","Warn: no topLevel permission defined: .github/workflows/release.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/4feedb857ab8d82158aa9774bf8054df41992180/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/4feedb857ab8d82158aa9774bf8054df41992180/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/4feedb857ab8d82158aa9774bf8054df41992180/docs/checks.md#security-policy"}},{"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/4feedb857ab8d82158aa9774bf8054df41992180/docs/checks.md#binary-artifacts"}},{"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/4feedb857ab8d82158aa9774bf8054df41992180/docs/checks.md#license"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:177: update your workflow using https://app.stepsecurity.io/secureworkflow/xtermjs/xterm.js/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:179: update your workflow using https://app.stepsecurity.io/secureworkflow/xtermjs/xterm.js/ci.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:190: update your workflow using https://app.stepsecurity.io/secureworkflow/xtermjs/xterm.js/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/xtermjs/xterm.js/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/xtermjs/xterm.js/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:242: update your workflow using https://app.stepsecurity.io/secureworkflow/xtermjs/xterm.js/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:252: update your workflow using https://app.stepsecurity.io/secureworkflow/xtermjs/xterm.js/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/xtermjs/xterm.js/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/xtermjs/xterm.js/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:69: update your workflow using https://app.stepsecurity.io/secureworkflow/xtermjs/xterm.js/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:79: update your workflow using https://app.stepsecurity.io/secureworkflow/xtermjs/xterm.js/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:81: update your workflow using https://app.stepsecurity.io/secureworkflow/xtermjs/xterm.js/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:101: update your workflow using https://app.stepsecurity.io/secureworkflow/xtermjs/xterm.js/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:103: update your workflow using https://app.stepsecurity.io/secureworkflow/xtermjs/xterm.js/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:111: update your workflow using https://app.stepsecurity.io/secureworkflow/xtermjs/xterm.js/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/xtermjs/xterm.js/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:140: update your workflow using https://app.stepsecurity.io/secureworkflow/xtermjs/xterm.js/ci.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:149: update your workflow using https://app.stepsecurity.io/secureworkflow/xtermjs/xterm.js/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/xtermjs/xterm.js/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/xtermjs/xterm.js/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:29: update your workflow using https://app.stepsecurity.io/secureworkflow/xtermjs/xterm.js/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/xtermjs/xterm.js/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/xtermjs/xterm.js/codeql-analysis.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/copilot-setup-steps.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/xtermjs/xterm.js/copilot-setup-steps.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/copilot-setup-steps.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/xtermjs/xterm.js/copilot-setup-steps.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/xtermjs/xterm.js/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/xtermjs/xterm.js/release.yml/master?enable=pin","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   2 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/4feedb857ab8d82158aa9774bf8054df41992180/docs/checks.md#pinned-dependencies"}},{"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/4feedb857ab8d82158aa9774bf8054df41992180/docs/checks.md#branch-protection"}},{"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/4feedb857ab8d82158aa9774bf8054df41992180/docs/checks.md#signed-releases"}},{"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/4feedb857ab8d82158aa9774bf8054df41992180/docs/checks.md#fuzzing"}},{"name":"SAST","score":10,"reason":"SAST tool is run on all commits","details":["Info: SAST configuration detected: CodeQL","Info: all commits (30) are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/4feedb857ab8d82158aa9774bf8054df41992180/docs/checks.md#sast"}},{"name":"Vulnerabilities","score":2,"reason":"8 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-fjxv-7rqg-78g4","Warn: Project is vulnerable to: GHSA-968p-4wvh-cqc8","Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw","Warn: Project is vulnerable to: GHSA-pxg6-pf52-xh8x","Warn: Project is vulnerable to: GHSA-mwcw-c2x4-8c55","Warn: Project is vulnerable to: GHSA-rhx6-c78j-4q9w","Warn: Project is vulnerable to: GHSA-m6fv-jmcg-4jfg","Warn: Project is vulnerable to: GHSA-76p7-773f-r4q5"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/4feedb857ab8d82158aa9774bf8054df41992180/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-23T20:05:01.398Z","repository_id":15338000,"created_at":"2025-08-23T20:05:01.398Z","updated_at":"2025-08-23T20:05:01.398Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27676003,"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-12-12T02:00:06.775Z","response_time":129,"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-03-22T14:35:57.792Z","dependent_packages_count":2,"downloads":23,"downloads_period":"last-month","dependent_repos_count":1,"rankings":{"downloads":21.16224638276088,"dependent_repos_count":10.295976646711454,"dependent_packages_count":8.833550931946979,"stargazers_count":0.8240536455952812,"forks_count":0.9869812078441746,"docker_downloads_count":null,"average":8.420561762971754},"purl":"pkg:npm/%40terminus-term/xterm","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/@terminus-term/xterm","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/@terminus-term/xterm","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/@terminus-term/xterm/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-12-11T19:03:49.900Z","issues_count":477,"pull_requests_count":505,"avg_time_to_close_issue":12404532.105919003,"avg_time_to_close_pull_request":1589152.3126436782,"issues_closed_count":320,"pull_requests_closed_count":435,"pull_request_authors_count":83,"issue_authors_count":241,"avg_comments_per_issue":3.3333333333333335,"avg_comments_per_pull_request":1.2178217821782178,"merged_pull_requests_count":372,"bot_issues_count":1,"bot_pull_requests_count":31,"past_year_issues_count":67,"past_year_pull_requests_count":114,"past_year_avg_time_to_close_issue":256396.58823529413,"past_year_avg_time_to_close_pull_request":886833.816091954,"past_year_issues_closed_count":33,"past_year_pull_requests_closed_count":87,"past_year_pull_request_authors_count":20,"past_year_issue_authors_count":46,"past_year_avg_comments_per_issue":1.2537313432835822,"past_year_avg_comments_per_pull_request":0.6228070175438597,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":5,"past_year_merged_pull_requests_count":70,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/xtermjs%2Fxterm.js/issues","maintainers":[{"login":"Tyriar","count":381,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Tyriar"},{"login":"jerch","count":55,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jerch"},{"login":"meganrogge","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/meganrogge"}],"active_maintainers":[{"login":"Tyriar","count":72,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Tyriar"},{"login":"jerch","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jerch"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@terminus-term%2Fxterm/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@terminus-term%2Fxterm/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@terminus-term%2Fxterm/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@terminus-term%2Fxterm/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@terminus-term%2Fxterm/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@terminus-term%2Fxterm/codemeta","maintainers":[{"uuid":"eugenepankov","login":"eugenepankov","name":null,"email":"inbox@null.page","url":null,"packages_count":66,"html_url":"https://www.npmjs.com/~eugenepankov","role":null,"created_at":"2022-11-11T02:03:14.050Z","updated_at":"2022-11-11T02:03:14.050Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/eugenepankov/packages"}]}