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

@sindresorhus/transliterate

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sindresorhus/transliterate - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

package.json
{
"name": "@sindresorhus/transliterate",
"version": "0.1.0",
"version": "0.1.1",
"description": "Convert Unicode characters to Latin characters using transliteration",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -76,2 +76,3 @@ # transliterate [![Build Status](https://travis-ci.org/sindresorhus/transliterate.svg?branch=master)](https://travis-ci.org/sindresorhus/transliterate)

- Czech
- Danish
- Dhivehi

@@ -78,0 +79,0 @@ - Georgian

@@ -394,9 +394,9 @@ 'use strict';

['ş', 's'],
['Ş', 's'],
['Ş', 'S'],
['ç', 'c'],
['Ç', 'c'],
['Ç', 'C'],
['ğ', 'g'],
['Ğ', 'g'],
['Ğ', 'G'],
['ı', 'i'],
['İ', 'i'],
['İ', 'I'],

@@ -406,3 +406,3 @@ // Armenian

['բ', 'b'],
['գ', 'ɡ'],
['գ', 'g'],
['դ', 'd'],

@@ -647,3 +647,3 @@ ['ե', 'ye'],

['Ī', 'I'],
['Ķ', 'k'],
['Ķ', 'K'],
['Ļ', 'L'],

@@ -754,2 +754,10 @@ ['Ņ', 'N'],

['ґ', 'g']
// Danish
// ['Æ', 'Ae'],
// ['Ø', 'Oe'],
// ['Å', 'Aa'],
// ['æ', 'ae'],
// ['ø', 'oe'],
// ['å', 'aa']
];
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