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

cspell-dict-en_us

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cspell-dict-en_us - npm Package Compare versions

Comparing version 1.2.23 to 1.2.24

8

package.json
{
"name": "cspell-dict-en_us",
"version": "1.2.23",
"version": "1.2.24",
"description": "English dictionary for cspell.",

@@ -11,4 +11,4 @@ "bin": {

"merge-dictionaries": "cp src/hunspell/* dict && cat src/hunspell/en_US.dic src/en_US.txt > dict/en_US.dic",
"compile": "cspell-tools compile-trie \"dict/en_US.aff\" -o .",
"build": "npm run merge-dictionaries && npm run compile",
"compile": "cspell-tools compile-trie --merge en_US src/hunspell/en_US.dic src/en_US.txt -o .",
"build": "npm run compile",
"test-dict": "hunspell-reader words -n 10000 \"src/hunspell/en_US.dic\" | cspell -v -c ./cspell-ext.json --local=en --languageId=* stdin",

@@ -51,3 +51,3 @@ "test-text": "cspell -v -c ./cspell-ext.json --local=en --languageId=* \"tests/*.txt\"",

],
"gitHead": "9606d4d7a045cc4966b5224d17ec4166a5276992"
"gitHead": "a55af5208dbc2b0b3b3bc4d5e0b8593f1d4ca58a"
}

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