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

@cspell/dict-de-de

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cspell/dict-de-de - npm Package Compare versions

Comparing version 2.1.1 to 3.0.0

29

cspell-ext.json

@@ -11,3 +11,30 @@ {

"path": "./de_DE.trie.gz",
"description": "German (de-DE) Dictionary."
"description": "German (de-DE) Dictionary.",
"repMap": [
["ae", "ä"],
["oe", "ö"],
["ue", "ü"],
["Ae", "Ä"],
["Oe", "Ö"],
["Ue", "Ü"],
["ss", "ß"]
],
"dictionaryInformation": {
"locale": "de_DE",
"alphabet": "a-zA-ZäüößáéêàâñÄÜÖÉ",
"suggestionEditCosts": [
{
"map": "(ae)ä|(oe)ö|(ue)ü(Ae)Ä|(Oe)Ö|(Ue)Ü|(ss)ß",
"replace": 0
},
{
"map": "eéèëê|aáà|iíìïî|oóòöô|uüúùû|(ij)(ij)(IJ)(IJ)",
"replace": 1
},
{
"map": "(ah)a|(ch)k|(ee)e|(eh)e|(ph)f|(th)t|dt|i(ie)|o(oh)|r(rh)|s(ss)|t(th)",
"replace": 50
}
]
}
}

@@ -14,0 +41,0 @@ ],

4

package.json
{
"name": "@cspell/dict-de-de",
"version": "2.1.1",
"version": "3.0.0",
"description": "German dictionary for cspell.",

@@ -57,3 +57,3 @@ "publishConfig": {

},
"gitHead": "7f0666a869ffeef44c755f30ec61b5a4043772d7"
"gitHead": "61289d1621bd7c5d2cccc763acf3ca49b8ca28a1"
}

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