
Product
Introducing Tier 1 Reachability: Precision CVE Triage for Enterprise Teams
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
transliterating-input
Advanced tools
A custom HTML input element that supports transliteration for multiple languages.
A custom zero dependencies HTML input element that supports transliteration for multiple languages including Simplified Coptic, Coptic Beta Code, Simplified Arabic, Simplified Hebrew, and Simplified Greek.
The mapping in transliterationData
other than for coptic beta code (which is based on Amir Zeldes mapping) is very debatable.
There is some level of support for "final forms" of letters - which is also debatable.
Just quick and dirty more or less phonetic mapping. There are probably some more standards I should follow.
In order not to be intrusive, very minimal CSS is present you can check demo.html for how to target the elements.
npm install transliterating-input
Include the following files in your project:
<script src="path/to/transaliterate.js"></script>
<form action="/submit" method="post">
<input is="transliterating-input" data-input-method="coptic" placement="bottom" data-show-mapping="true" placeholder="Type here (Coptic)" dir="ltr">
<button type="submit">Submit</button>
</form>
data-input-method
: Specifies the transliteration method (e.g., coptic, arabic, hebrew, greek).placement:
Specifies the placement of the transliteration mapping display (top, bottom, left, right).data-show-mapping
: If set to true, displays the transliteration mapping.data-insert-mode
: Specifies the insert mode (unicode or ascii).Ori Pekelman
MIT
FAQs
A custom HTML input element that supports transliteration for multiple languages.
We found that transliterating-input demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.