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
76
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 4.3.4 to 4.3.5

22

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

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

"scripts": {
"build": "yarn run compile",
"sync": "yarn cpy \"../../node_modules/aoo-mozilla-en-dict/en_US*/**\" \"src/aoo-mozilla-en-dict\" --flat",
"checksum": "shasum -c checksum.txt",
"compile": "cat source-files.txt | xargs cspell-tools-cli compile --trie3 -x compound --merge en_US -o . --no-compress && yarn run gen-checksum",
"conditional-build": "yarn run sync && yarn run --silent checksum || yarn run build",
"build": "pnpm run compile",
"sync": "pnpm cpy \"node_modules/aoo-mozilla-en-dict/en_US*/**\" \"src/aoo-mozilla-en-dict\" --flat",
"checksum": "cspell-tools-cli shasum -c checksum.txt",
"compile": "cspell-tools-cli build && pnpm run gen-checksum",
"conditional-build": "pnpm run sync && pnpm run --silent checksum || pnpm run build",
"test-dict": "hunspell-reader words -n 10000 \"src/hunspell/en_US.dic\" | cspell -v -c ./cspell-ext.json --local=en --languageId=* stdin",
"test-text": "cspell -v -c ./cspell-ext.json --local=en --languageId=* \"tests/*.txt\"",
"gen-checksum": "cat source-files.txt source-dependencies.txt | sort -u | xargs shasum > checksum.txt",
"test": "yarn run test-dict && yarn run test-text",
"prepare": "gzip -f -k *.trie",
"gen-checksum": "cspell-tools-cli shasum -u checksum.txt --list-file source-files.txt source-dependencies.txt",
"test": "pnpm run test-dict && pnpm run test-text",
"prepare": "cspell-tools-cli gzip *.trie",
"prepublishOnly": "echo pre-publish"

@@ -57,6 +57,6 @@ },

"devDependencies": {
"@cspell/dict-en-shared": "*",
"@cspell/dict-en-shared": "1.0.4",
"aoo-mozilla-en-dict": "https://github.com/marcoagpinto/aoo-mozilla-en-dict"
},
"gitHead": "bcbe65c62e865524f5b9074d4e63cdc63396d797"
"gitHead": "a93ee20360d9a76828b8c40653a0eb253dd34f2b"
}

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