Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

transliteration

Package Overview
Dependencies
Maintainers
1
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

transliteration - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

lib/transliteration.js

@@ -11,3 +11,3 @@ var punycode = require('punycode');

if(ord > 0xffff) {
strNew.push(unknown);
strNew += unknown;
}

@@ -14,0 +14,0 @@ var bank = ord >> 8;

{
"name": "transliteration",
"version": "0.0.2",
"version": "0.0.3",
"description": "Transliteration module for node.js. Transliterate unicode characters into latin ones. Supports all common unicode characters including CJK.",

@@ -5,0 +5,0 @@ "main": "lib/transliteration.js",

# Transliteration
Transliteration module for node.js. Transliterate unicode characters into latin ones. Supports all common unicode characters including CJK.
## Install
```
npm install transliteration
```
## Usage

@@ -5,0 +12,0 @@

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc