Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
transliteration.crh
Advanced tools
Transliteration tool for Crimean Tatar language (Latin and Cyrillic alphabets)
JavaScript library and tool for transliteration cyrillic Crimean Tatar words to latin and back. Based on transliterator developed by Alexander Goryainov, 2006-2009.
Library can be used in browser and on node.js platform. Browser version can be found in the dist directory.
Browse the demos on https://prosvita.github.io/crh.transliteration/
npm install transliteration.crh --save
var transliteration=require('transliteration.crh');
transliteration.crh.fromCyrillic('Мерхаба!'); // Merhaba!
transliteration.crh.toCyrillic('Merhaba!'); // Мерхаба!
This module should support all major browsers including IE 7-8.
# Install bower if not already installed
# npm install bower -g
bower install transliteration.crh
<html>
<head>
<script src="bower_components/transliteration.crh/dist/transliteration.crh.min.js"></script>
</head>
<body>
<script>
console.log(transliteration.crh.fromCyrillic('Мерхаба!')); // Merhaba!
console.log(transliteration.crh.toCyrillic('Merhaba!')); // Мерхаба!
</script>
</body>
</html>
<script src="https://prosvita.github.io/crh.transliteration/dist/transliteration.crh.min.js"></script>
npm install transliteration.crh -g
crh --help
Usage: crh <options> <sourceFile> [targetFile]
Options:
-h, --help output usage information
-V, --version output the version number
-c, --to-cyrillic Convert to Cyrillic from Latin
-l, --from-cyrillic Convert to Latin from Cyrillic
FAQs
Transliteration tool for Crimean Tatar language (Latin and Cyrillic alphabets)
The npm package transliteration.crh receives a total of 1 weekly downloads. As such, transliteration.crh popularity was classified as not popular.
We found that transliteration.crh demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.