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 4.3.7 to 4.3.8

15

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

@@ -16,10 +16,9 @@ "publishConfig": {

"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",
"compile": "cspell-tools-cli build",
"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 --local=en --languageId=* stdin",
"test-text": "cspell -v -c ./cspell-ext.json --local=en --languageId=* \"tests/*.txt\"",
"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\"",
"gz": "cspell-tools-cli gzip \"*.trie\"",
"prepare:dictionary": "pnpm gz",
"prepublishOnly": "echo pre-publish"

@@ -58,5 +57,5 @@ },

"@cspell/dict-en-shared": "1.0.5",
"aoo-mozilla-en-dict": "https://github.com/marcoagpinto/aoo-mozilla-en-dict"
"aoo-mozilla-en-dict": "github:marcoagpinto/aoo-mozilla-en-dict"
},
"gitHead": "b9f9bfbdbb4851c067a886a69225b68aa8fbc55f"
"gitHead": "a73b558ae5fcbb88bfce955a8628a56ab5e7cbe7"
}

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