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

@cspell/dict-en_us

Package Overview
Dependencies
Maintainers
1
Versions
73
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 2.0.2 to 2.1.0

src/aoo-mozilla-en-dict/README_en_US.txt

11

package.json
{
"name": "@cspell/dict-en_us",
"version": "2.0.2",
"version": "2.1.0",
"description": "English dictionary for cspell.",

@@ -15,5 +15,6 @@ "publishConfig": {

"build": "yarn run compile",
"sync": "yarn cpy \"../../node_modules/aoo-mozilla-en-dict/en_US*/**\" src/aoo-mozilla-en-dict",
"checksum": "shasum -c checksum.txt",
"compile": "cat source-files.txt | xargs cspell-tools-cli compile --trie3 -x=compound --merge en_US -o . && yarn run gen-checksum",
"conditional-build": "yarn run --silent checksum || yarn run build",
"conditional-build": "yarn run sync && yarn run --silent checksum || yarn run build",
"test-dict": "hunspell-reader words -n 10000 \"src/hunspell/en_US.dic\" | cspell -v -c ./cspell-ext.json --local=en --languageId=* stdin",

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

"src/hunspell/README_en_US-large.txt",
"src/**/README_en_US.txt",
"!scripts"

@@ -55,3 +57,6 @@ ],

},
"gitHead": "bdec862253dcb75484a48ee5a9ec91ae49d49e30"
"devDependencies": {
"aoo-mozilla-en-dict": "https://github.com/marcoagpinto/aoo-mozilla-en-dict"
},
"gitHead": "c538ef581899f9fd659e1347277320bc4a122740"
}

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