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 1.4.0 to 1.5.0

2

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

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

@@ -1819,2 +1819,12 @@ const replacements = [

// Maltese
['Ċ', 'C'],
['ċ', 'c'],
['Ġ', 'G'],
['ġ', 'g'],
['Ħ', 'H'],
['ħ', 'h'],
['Ż', 'Z'],
['ż', 'z'],
// Numbers

@@ -1821,0 +1831,0 @@ ['𝟎', '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