🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@cspell/dict-de-ch

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version
1.0.1
to
1.0.2
+4
-3
package.json
{
"name": "@cspell/dict-de-ch",
"version": "1.0.1",
"version": "1.0.2",
"description": "Swiss German dictionary for CSpell.",

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

"scripts": {
"build": "cat source-files.txt | xargs cross-env NODE_OPTIONS=--max_old_space_size=12288 cspell-tools-cli compile --trie3 -x compound -o . -M de_CH && yarn run gen-checksum",
"build": "cat source-files.txt | xargs cross-env NODE_OPTIONS=--max_old_space_size=12288 cspell-tools-cli compile --trie3 -x compound -o . -M de_CH --no-compress && yarn run gen-checksum",
"sync": "yarn cpy \"../../node_modules/dictionary-de-ch/**\" src/hunspell",

@@ -23,2 +23,3 @@ "checksum": "shasum -c checksum.txt",

"test": "yarn run test-de && yarn run test-samples",
"prepare": "gzip -f -k *.trie",
"prepublishOnly": "yarn run conditional-build && yarn test"

@@ -52,3 +53,3 @@ },

},
"gitHead": "0d6807f8f333bb75743e29d1fca992cb5ca10eba"
"gitHead": "7f0666a869ffeef44c755f30ec61b5a4043772d7"
}

Sorry, the diff of this file is not supported yet