{"id":18782503,"url":"https://github.com/heppokofrontend/html-entity","last_synced_at":"2026-05-09T10:04:54.803Z","repository":{"id":57115744,"uuid":"352062914","full_name":"heppokofrontend/html-entity","owner":"heppokofrontend","description":"Encodes and decodes an HTML Entity.","archived":false,"fork":false,"pushed_at":"2021-03-27T15:22:41.000Z","size":72,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-29T18:18:06.779Z","etag":null,"topics":["frontend","html-entities","javascript","npm-package","typescript","web"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/@heppokofrontend/html-entity","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/heppokofrontend.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2021-03-27T12:05:43.000Z","updated_at":"2021-03-27T21:43:14.000Z","dependencies_parsed_at":"2022-08-22T23:40:06.883Z","dependency_job_id":null,"html_url":"https://github.com/heppokofrontend/html-entity","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heppokofrontend%2Fhtml-entity","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heppokofrontend%2Fhtml-entity/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heppokofrontend%2Fhtml-entity/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heppokofrontend%2Fhtml-entity/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/heppokofrontend","download_url":"https://codeload.github.com/heppokofrontend/html-entity/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239699584,"owners_count":19682574,"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","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"}},"keywords":["frontend","html-entities","javascript","npm-package","typescript","web"],"created_at":"2024-11-07T20:36:13.657Z","updated_at":"2025-12-19T22:30:15.023Z","avatar_url":"https://github.com/heppokofrontend.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @heppokofrontend/html-entity\n\n[![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](LICENSE) [![Published on NPM](https://img.shields.io/npm/v/@heppokofrontend/html-entity.svg)](https://www.npmjs.com/package/@heppokofrontend/html-entity) [![](https://data.jsdelivr.com/v1/package/npm/@heppokofrontend/html-entity/badge)](https://www.jsdelivr.com/package/npm/@heppokofrontend/html-entity) [![Maintainability](https://api.codeclimate.com/v1/badges/1dad8f583434d9231b36/maintainability)](https://codeclimate.com/github/heppokofrontend/html-entity/maintainability) [![Test Coverage](https://api.codeclimate.com/v1/badges/1dad8f583434d9231b36/test_coverage)](https://codeclimate.com/github/heppokofrontend/html-entity/test_coverage) [![Known Vulnerabilities](https://snyk.io/test/npm/@heppokofrontend/html-entity/badge.svg)](https://snyk.io/test/npm/@heppokofrontend/html-entity)\n [![@heppokofrontend/html-entity](https://snyk.io/advisor/npm-package/@heppokofrontend/html-entity/badge.svg)](https://snyk.io/advisor/npm-package/@heppokofrontend/html-entity)\n\n\nEncodes and decodes an HTML Entity.\n\n## Usage\n\nInstallation:\n\n```shell\nnpm install --save @heppokofrontend/html-entity\n```\n\nExample: \n\n```javascript\nimport { encodeHTMLEntities, decodeHTMLEntities } from '@heppokofrontend/html-entity';\n\nconst string = 'hello world';\nconst htmlEntity = encodeHTMLEntities(string); // =\u003e \u0026#x68;\u0026#x65;\u0026#x6c;\u0026#x6c;\u0026#x6f;\u0026#x20;\u0026#x77;\u0026#x6f;\u0026#x72;\u0026#x6c;\u0026#x64;\n\nconsole.log(decodeHTMLEntities(htmlEntity)); // \u003e hello world\n```\n\n\n## Contributing\n\n1. Fork it!\n2. Create your feature branch: `git checkout -b my-new-feature`\n3. Commit your changes: `git commit -am 'Add some feature'`\n4. Push to the branch: `git push origin my-new-feature`\n5. Submit a pull request :D\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheppokofrontend%2Fhtml-entity","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fheppokofrontend%2Fhtml-entity","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheppokofrontend%2Fhtml-entity/lists"}