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.1.3 to 1.1.4

index.d.ts

5

cspell-ext.json
// cSpell Settings
{
"id": "en-us",
"name": "American English Dictionary",
"description": "American English Dictionary",
// List of dictionary files to add to the global list of dictionaries
"dictionaryDefinitions": [
{ "name": "en_us", "file": "./en_US.trie.gz", "repMap": [["'|`|’", "'"]] }
{ "name": "en_us", "file": "./en_US.trie.gz", "repMap": [["'|`|’", "'"]], "description": "American English Dictionary" }
],

@@ -7,0 +10,0 @@ // Dictionaries to always be used.

6

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

@@ -31,2 +31,3 @@ "bin": {

"main": "index.js",
"typings": "index.d.ts",
"author": "Jason Dent",

@@ -47,4 +48,5 @@ "license": "MIT",

"cspell-ext.json",
"*.js"
"*.js",
"*.d.ts"
]
}

@@ -8,2 +8,3 @@ # Cspell English Dictionary

## Note
This dictionary comes pre-installed with cspell. It should not be necessary to add it.

@@ -29,2 +30,3 @@

The `cspell-ext.json` file in this package should be added to the import section in your cspell.json file.
```javascript

@@ -31,0 +33,0 @@ {

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