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.0 to 1.2.1

8

CHANGELOG.md
# Change Log
## 1.2.1
- add alternate spelling for `cancellable`
- Merge Hunspell-en_US with the current word list.
- Make sure all proper names start with a Capitol letter.
## 1.2.0
- Update `cspell-ext.json` to include `id` and other information.
## 1.1.2

@@ -4,0 +12,0 @@ - Add Replacement Map for quotes.

6

cspell-ext.json

@@ -35,5 +35,9 @@ // cSpell Settings

// Dictionary definitions can also be supplied here. They are only used iff "languageId" and "local" match.
"dictionaryDefinitions": []
"dictionaryDefinitions": [],
// Words to always be considered an error
"flagWords": [
"hte", "teh"
],
}
]
}

2

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

@@ -5,0 +5,0 @@ "bin": {

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