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.18 to 1.2.19

7

cspell-ext.json

@@ -31,3 +31,8 @@ // cSpell Settings

// This could be included in "ignoreRegExpList": ["mdash"]
"patterns": [],
"patterns": [
{
"name": "possessive_s",
"pattern": "/'s\\b/gi"
}
],
// List of dictionaries to enable by name in `dictionaryDefinitions`

@@ -34,0 +39,0 @@ "dictionaries": ["en_us"],

8

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

@@ -13,3 +13,5 @@ "bin": {

"build": "npm run merge-dictionaries && npm run compile",
"test": "hunspell-reader words -n 10000 \"dict/en_US.dic\" | cspell -v -c ./cspell-ext.json --local=en --languageId=* stdin",
"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\"",
"test": "npm run test-dict && npm run test-text",
"prepare": "cp ../../util/* .",

@@ -49,3 +51,3 @@ "cspell-link": "node link.js",

],
"gitHead": "157d35ab400bae960cd253f0d71ce7528143a7e7"
"gitHead": "2df0350343e3f10b00ef895f44b08a3be10c2f6d"
}
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