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 3.2.0 to 4.0.0

17

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

@@ -17,5 +17,5 @@ "publishConfig": {

"sync": "pnpm cpy \"node_modules/dictionary-de/**\" src/hunspell",
"test-de": "hunspell-reader words -n 1000 \"src/hunspell/index.dic\" | cspell -v -c ./cspell-ext.json --local=de --languageId=* stdin",
"test-de-old": "hunspell-reader words -n 1000 \"src/German_de_DE.dic\" | cspell -v -c ./cspell-ext.json --local=de --languageId=* stdin",
"test-samples": "cspell -v -c ./cspell-ext.json --local=de,en \"samples/**\"",
"test-de": "pipe-cmds \"hunspell-reader words -n 1000 \\\"src/hunspell/index.dic\\\"\" \"cspell -c ./cspell-ext.json --locale=de --languageId=* stdin\"",
"test-de-old": "pipe-cmds \"hunspell-reader words -n 1000 \\\"src/German_de_DE.dic\\\"\" \"cspell -c ./cspell-ext.json --locale=de --languageId=* stdin\"",
"test-samples": "cspell -c ./cspell-ext.json --locale=de,en \"samples/**\"",
"test": "pnpm run test-de && pnpm run test-samples && pnpm run test-de-old",

@@ -28,3 +28,4 @@ "gz": "cspell-tools-cli gzip \"*.trie\"",

"type": "git",
"url": "git+https://github.com/streetsidesoftware/cspell-dicts.git"
"url": "https://github.com/streetsidesoftware/cspell-dict.git",
"directory": "dictionaries/de_DE"
},

@@ -38,4 +39,4 @@ "keywords": [

],
"author": "Jason Dent",
"license": "GPL-3.0-or-later",
"author": "Street Side Software <support@streetsidesoftware.nl>",
"license": "LGPL-3.0",
"bugs": {

@@ -54,3 +55,3 @@ "url": "https://github.com/streetsidesoftware/cspell-dicts/issues"

},
"gitHead": "ec476361de58eb5206cedf039a977916ace0414a"
"gitHead": "4136fae63903e1677b1524a803ed372ba9aeec02"
}

@@ -50,5 +50,5 @@ # CSpell German Dictionary

GPL-3.0-or-later
LGPL-3.0
> Some packages may have other licenses included.
> See [src/hunspell/license](https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/de_DE/src/hunspell/license) and [src/German_de_DE.txt](https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/de_DE/src/German_de_DE.txt)

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