New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

alphabetify

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

alphabetify - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

22

alphabets/src/grek-el.json

@@ -7,2 +7,6 @@ {

[
["p", "π"],
["b__", "mπ"]
],
[
["a", "α"],

@@ -30,3 +34,4 @@ ["ä__", "ai"],

["j__", "dz", "en"],
["gg_", "dz", "en"]
["gg_", "dz", "en"],
["ch_", "tz", "en"]
],

@@ -48,16 +53,12 @@ [

["k", "κ"],
["c", "κ"]
["c([^ειei])", "κ$1"]
],
[["l", "λ"]],
[["m", "μ"]],
[["n", "ν"]],
[["x", "ξ"]],
[["o", "ο"]],
[
["p", "π"],
["b__", "mπ"]
],
[["r", "ρ"]],
[
["s(?=[a-zα-ω])", "σ"],
["c([ειeih])", "σ$1"],
["s(?![a-zα-ω])", "ς"],

@@ -86,3 +87,2 @@ ["ß__", "ss"]

[
["ch", "χ"],
["gh", "χ"],

@@ -94,3 +94,4 @@ ["kh", "χ"],

["h(?=[αειοωυηaeiouyäöü])", "χ"],
["h(?![αειοωυηaeiouyäöü])", ""]
["h(?![αειοωυηaeiouyäöü])", ""],
["ch", "χ", "de"]
],

@@ -107,4 +108,5 @@ [["ps", "ψ"]],

["four", "fωr"]
]
],
[["n", "ν"]]
]
}

@@ -6,2 +6,3 @@ {

"rules": [
[["p", "π"]],
[

@@ -52,7 +53,6 @@ ["a", "α"],

["k", "κ"],
["c", "κ"]
["c([^ειeih])", "κ$1"]
],
[["l", "λ"]],
[["m", "μ"]],
[["n", "ν"]],
[["x", "ξ"]],

@@ -64,3 +64,2 @@ [

],
[["p", "π"]],
[

@@ -72,2 +71,3 @@ ["r", "ρ"],

["s_(?=[a-zα-ω])", "σ"],
["c([ειei])", "σ$1"],
["s", "ς"],

@@ -87,3 +87,3 @@ ["ß__", "ss"]

["wh", "oυ"]
],
],
[

@@ -95,3 +95,2 @@ ["f", "φ"],

[
["ch", "χ"],
["gh", "χ"],

@@ -102,3 +101,5 @@ ["kh", "χ"],

["([αειοωυηaeiouyäöü])h(?=\\s)", "$1"],
["([αειοωυηaeiouyäöü])h(?=[αειοωυηaeiouyäöü])", "$1χ"]
["([αειοωυηaeiouyäöü])h(?=[αειοωυηaeiouyäöü])", "$1χ"],
["ch", "tχ", "en"],
["ch", "χ", "de"]
],

@@ -117,4 +118,5 @@ [["ps", "ψ"]],

["(\\s)(hω)", "$1ὡ"]
]
],
[["n", "ν"]]
]
}
{
"name": "alphabetify",
"version": "0.2.2",
"version": "0.2.3",
"description": "Learn a new alphabet by reading a good text in your native alphabet with more and more foreign letters.",

@@ -5,0 +5,0 @@ "author": "David Pomerenke",

@@ -69,7 +69,7 @@ # Alphabetify

The number 0 ≤ n < 1 specifying the proportion of text at the beginning of the `text` string which should not be transliterated at all. 0 by default.
The number 0 ≤ m ≤ (1 - n) specifying the proportion of text at the beginning of the `text` string which should not be transliterated at all. 0 by default.
**`post`** *optional*
The number 0 ≤ n < 1 specifying the proportion of text at the end of the `text` string which should not be transliterated at all. 0 by default.
The number 0 ≤ n ≤ (1 - m) specifying the proportion of text at the end of the `text` string which should be transliterated completely. 0 by default.

@@ -139,1 +139,8 @@ ### Return value

- It is aimed to achieve a balance between keeping the rule set small, and introducing special phonetics-related concepts in a sufficiently accurate way.
## Feedback
The preferred way of contributing is via issues & pull requests in this repo. I also made some Reddit threads to get in feedback from non-coders:
- [Ancient Greek](https://www.reddit.com/r/AncientGreek/comments/gpgkul/made_this_free_tool_for_intuitively_learning_the/)
- [Modern Greek](https://www.reddit.com/r/GREEK/comments/gpgxm6/made_this_free_tool_for_intuitively_learning_the/)

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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