{"id":2132129,"name":"offtext","ecosystem":"npm","description":"Perform weird actions on your strings","homepage":null,"licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/Huskydog9988/offtext","keywords_array":["unicode","ascii","offtext","fun","cli","gimmick","gimmicky"],"namespace":null,"versions_count":10,"first_release_published_at":"2020-12-05T03:33:02.566Z","latest_release_published_at":"2020-12-28T02:29:46.845Z","latest_release_number":"0.3.6","last_synced_at":"2026-04-20T19:08:00.273Z","created_at":"2022-04-09T21:26:29.369Z","updated_at":"2026-04-20T19:10:29.793Z","registry_url":"https://www.npmjs.com/package/offtext","install_command":"npm install offtext","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"latest":"0.3.6"}},"repo_metadata":{"id":57313754,"uuid":"318693285","full_name":"Huskydog9988/offtext","owner":"Huskydog9988","description":"Convert your ASCII into weird Unicode strings","archived":false,"fork":false,"pushed_at":"2020-12-28T02:21:40.000Z","size":62,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-21T09:20:38.553Z","etag":null,"topics":["ascii","cli","command-line-tool","fun","js","node-module","npm-package","offtext","unicode"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/offtext","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/Huskydog9988.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-12-05T03:32:30.000Z","updated_at":"2020-12-28T02:19:24.000Z","dependencies_parsed_at":"2022-09-20T23:20:14.715Z","dependency_job_id":null,"html_url":"https://github.com/Huskydog9988/offtext","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/Huskydog9988/offtext","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Huskydog9988%2Fofftext","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Huskydog9988%2Fofftext/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Huskydog9988%2Fofftext/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Huskydog9988%2Fofftext/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Huskydog9988","download_url":"https://codeload.github.com/Huskydog9988/offtext/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Huskydog9988%2Fofftext/sbom","scorecard":{"id":63892,"data":{"date":"2025-08-11","repo":{"name":"github.com/Huskydog9988/offtext","commit":"2f56375d5b0dfa89438285f952040702f3d733af"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/npm-publish.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":"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":"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/npm-publish.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/Huskydog9988/offtext/npm-publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm-publish.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/Huskydog9988/offtext/npm-publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm-publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/Huskydog9988/offtext/npm-publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm-publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/Huskydog9988/offtext/npm-publish.yml/main?enable=pin","Info:   0 out of   4 GitHub-owned 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":"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":"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":"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":"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":"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":"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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"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":"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":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'main'"],"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-15T02:13:57.385Z","repository_id":57313754,"created_at":"2025-08-15T02:13:57.385Z","updated_at":"2025-08-15T02:13:57.385Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32061264,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T11:35:06.609Z","status":"ssl_error","status_checked_at":"2026-04-20T11:34:48.899Z","response_time":94,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"Huskydog9988","name":"Husky","uuid":"39809509","kind":"user","description":"An uninteresting full-stack developer.","email":"","website":null,"location":null,"twitter":"Huskydog9988","company":"@ShitCorp","icon_url":"https://avatars.githubusercontent.com/u/39809509?u=4cf92a38371618e51bfc224280da0ade5f4fd40f\u0026v=4","repositories_count":6,"last_synced_at":"2023-03-04T05:35:27.089Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/Huskydog9988","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-14T11:09:54.845Z","updated_at":"2023-03-04T05:35:27.101Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Huskydog9988","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Huskydog9988/repositories"},"tags":[{"name":"0.3.6","sha":"2f56375d5b0dfa89438285f952040702f3d733af","kind":"commit","published_at":"2020-12-28T02:18:22.000Z","download_url":"https://codeload.github.com/Huskydog9988/offtext/tar.gz/0.3.6","html_url":"https://github.com/Huskydog9988/offtext/releases/tag/0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/Huskydog9988/offtext@0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Huskydog9988%2Fofftext/tags/0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Huskydog9988%2Fofftext/tags/0.3.6/manifests"},{"name":"v0.3.5","sha":"0f655aedcfa1740331496c613083361b112242d8","kind":"commit","published_at":"2020-12-06T01:44:05.000Z","download_url":"https://codeload.github.com/Huskydog9988/offtext/tar.gz/v0.3.5","html_url":"https://github.com/Huskydog9988/offtext/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/Huskydog9988/offtext@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Huskydog9988%2Fofftext/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Huskydog9988%2Fofftext/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"b7c3e8231e80f47000d2ef0ae051b22ec2c1bdfd","kind":"commit","published_at":"2020-12-06T00:52:54.000Z","download_url":"https://codeload.github.com/Huskydog9988/offtext/tar.gz/v0.3.4","html_url":"https://github.com/Huskydog9988/offtext/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/Huskydog9988/offtext@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Huskydog9988%2Fofftext/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Huskydog9988%2Fofftext/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3c252450d75983533420f2658b4164adabb8823b","kind":"commit","published_at":"2020-12-06T00:34:54.000Z","download_url":"https://codeload.github.com/Huskydog9988/offtext/tar.gz/v0.3.3","html_url":"https://github.com/Huskydog9988/offtext/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/Huskydog9988/offtext@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Huskydog9988%2Fofftext/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Huskydog9988%2Fofftext/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"f0798bc8b34f507f3f1cc84206a3c1d0974b8f90","kind":"commit","published_at":"2020-12-06T00:16:23.000Z","download_url":"https://codeload.github.com/Huskydog9988/offtext/tar.gz/v0.3.2","html_url":"https://github.com/Huskydog9988/offtext/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/Huskydog9988/offtext@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Huskydog9988%2Fofftext/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Huskydog9988%2Fofftext/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"fa75a301ab2a801e1c8ca3748f040f3635f136ed","kind":"commit","published_at":"2020-12-05T22:35:47.000Z","download_url":"https://codeload.github.com/Huskydog9988/offtext/tar.gz/v0.3.1","html_url":"https://github.com/Huskydog9988/offtext/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/Huskydog9988/offtext@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Huskydog9988%2Fofftext/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Huskydog9988%2Fofftext/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"e65e7f633fd4da88bf2e13d18fa879e4a1e99fc7","kind":"commit","published_at":"2020-12-05T21:57:18.000Z","download_url":"https://codeload.github.com/Huskydog9988/offtext/tar.gz/v0.3.0","html_url":"https://github.com/Huskydog9988/offtext/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/Huskydog9988/offtext@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Huskydog9988%2Fofftext/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Huskydog9988%2Fofftext/tags/v0.3.0/manifests"},{"name":"v0.2.2","sha":"416dfed828186a79dba5b98a0f02efa61764a06d","kind":"commit","published_at":"2020-12-05T19:42:13.000Z","download_url":"https://codeload.github.com/Huskydog9988/offtext/tar.gz/v0.2.2","html_url":"https://github.com/Huskydog9988/offtext/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/Huskydog9988/offtext@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Huskydog9988%2Fofftext/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Huskydog9988%2Fofftext/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"aa1037652723eb0c829fb7afcbc6df8b2157d67e","kind":"commit","published_at":"2020-12-05T19:01:07.000Z","download_url":"https://codeload.github.com/Huskydog9988/offtext/tar.gz/v0.2.1","html_url":"https://github.com/Huskydog9988/offtext/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/Huskydog9988/offtext@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Huskydog9988%2Fofftext/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Huskydog9988%2Fofftext/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"0e900d88c7fcd80e0a756a7b1deca6aab3b21000","kind":"commit","published_at":"2020-12-05T18:37:01.000Z","download_url":"https://codeload.github.com/Huskydog9988/offtext/tar.gz/v0.2.0","html_url":"https://github.com/Huskydog9988/offtext/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/Huskydog9988/offtext@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Huskydog9988%2Fofftext/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Huskydog9988%2Fofftext/tags/v0.2.0/manifests"}]},"repo_metadata_updated_at":"2026-04-20T19:10:29.793Z","dependent_packages_count":1,"downloads":21,"downloads_period":"last-month","dependent_repos_count":0,"rankings":{"downloads":27.285343257607902,"dependent_repos_count":25.32799796580169,"dependent_packages_count":32.89382871786066,"stargazers_count":18.792103942249902,"forks_count":17.419597981652586,"average":24.343774373034545},"purl":"pkg:npm/offtext","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/offtext","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/offtext","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/offtext/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-08-16T02:29:30.679Z","issues_count":0,"pull_requests_count":0,"avg_time_to_close_issue":null,"avg_time_to_close_pull_request":null,"issues_closed_count":0,"pull_requests_closed_count":0,"pull_request_authors_count":0,"issue_authors_count":0,"avg_comments_per_issue":null,"avg_comments_per_pull_request":null,"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/Huskydog9988%2Fofftext/issues","maintainers":[],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/offtext/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/offtext/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/offtext/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/offtext/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/offtext/codemeta","maintainers":[{"uuid":"huskydog9988","login":"huskydog9988","name":null,"email":"huskydog9988@yahoo.com","url":null,"packages_count":3,"html_url":"https://www.npmjs.com/~huskydog9988","role":null,"created_at":"2022-11-13T15:41:19.083Z","updated_at":"2022-11-13T15:41:19.083Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/huskydog9988/packages"}]}