Socket
Socket
Sign inDemoInstall

translitit-cyrillic-russian-to-latin

Package Overview
Dependencies
1
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 0.1.1

6

package.json
{
"name": "translitit-cyrillic-russian-to-latin",
"version": "0.1.0",
"version": "0.1.1",
"description": "A cyrillic russian to latin transliteration module",

@@ -9,3 +9,3 @@ "author": "Martin Gausby <martin@gausby.dk>",

"dependencies": {
"translitit-engine": "0.1.0"
"translitit-engine": "0.1.1"
},

@@ -19,3 +19,3 @@ "devDependencies": {

"buster": "0.6.12"
"buster": "0.7.6"
},

@@ -22,0 +22,0 @@ "scripts": {

Russian Cyrillic to Latin Transliteration
=================================================
<strong>Notice</strong>: This project and [translitit-engine][translitit-engine] are looking for a new maintainer. I [Martin Gausby](https://github.com/gausby) spend most of my days having fun with Elixir and that sort of thing. If you find Translitit useful and want to maintain it I will happily grand or transfer maintainer privileges to you or your organization. Thanks.
A JavaScript function that transliterate strings from cyrillic russian to latin.

@@ -18,7 +20,7 @@

npm install translitit-russian-cyrillic-to-latin --save
npm install translitit-cyrillic-russian-to-latin --save
Now, you can include the transliteration service in your project by including it:
var translit = require('translitit-russian-cyrillic-to-latin');
var translit = require('translitit-cyrillic-russian-to-latin');

@@ -25,0 +27,0 @@ `translit` will now be a function, that will transliterate its input.

@@ -7,4 +7,4 @@ /* global assert require */

buster = require('buster'),
assert = buster.assertions.assert,
refute = buster.assertions.refute
assert = buster.referee.assert,
refute = buster.referee.refute
;

@@ -11,0 +11,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc