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.17 to 4.3.18

15

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

@@ -18,4 +18,4 @@ "publishConfig": {

"conditional-build": "pnpm run sync && pnpm run build --conditional && pnpm gz",
"test-dict": "hunspell-reader words -n 10000 \"src/hunspell/en_US.dic\" | cspell -v -c ./cspell-ext.json --locale=en --languageId=* stdin",
"test-text": "cspell -v -c ./cspell-ext.json --locale=en --languageId=* \"tests/*.txt\"",
"test-dict": "pipe-cmds \"hunspell-reader words -n 10000 src/hunspell/en_US-large.dic\" \"cspell -c ./cspell-ext.json --locale=en --languageId=* stdin\"",
"test-text": "cspell -c ./cspell-ext.json --locale=en --languageId=* \"tests/*.txt\"",
"test": "pnpm run test-dict && pnpm run test-text",

@@ -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/en_US"
},

@@ -41,3 +42,3 @@ "keywords": [

],
"author": "Jason Dent",
"author": "Street Side Software <support@streetsidesoftware.nl>",
"license": "MIT",

@@ -58,6 +59,6 @@ "bugs": {

"devDependencies": {
"@cspell/dict-en-shared": "1.0.11",
"@cspell/dict-en-shared": "1.0.12",
"aoo-mozilla-en-dict": "github:marcoagpinto/aoo-mozilla-en-dict"
},
"gitHead": "6ef94d019ff0de7963b85bc642ba93cf8a0c23ac"
"gitHead": "d600f23f01d4c16ca93064d3a7237eb45438663b"
}

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