New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cspell-cli

Package Overview
Dependencies
Maintainers
0
Versions
105
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cspell-cli - npm Package Compare versions

Comparing version 8.17.0 to 8.17.1

4

package.json

@@ -7,3 +7,3 @@ {

},
"version": "8.17.0",
"version": "8.17.1",
"description": "CLI for cspell; A Spelling Checker for Code!",

@@ -51,3 +51,3 @@ "type": "module",

"dependencies": {
"cspell": "^8.17.1"
"cspell": "^8.17.2"
},

@@ -54,0 +54,0 @@ "devDependencies": {

@@ -21,5 +21,15 @@ # cspell-cli

- repo: https://github.com/streetsidesoftware/cspell-cli
rev: v8.17.0
rev: v8.17.1
hooks:
- id: cspell
- id: cspell # Spell check changed files
- id: cspell # Spell check the commit message
name: check commit message spelling
args:
- --no-must-find-files
- --no-progress
- --no-summary
- --files
- .git/COMMIT_EDITMSG
stages: [commit-msg]
always_run: true # This might not be necessary.
```

@@ -153,4 +163,4 @@

-e, --exclude <glob> Exclude files matching the glob pattern. This
option can be used multiple times to add
multiple globs.
option can be used multiple times to add multiple
globs.
--file-list <path or stdin> Specify a list of files to be spell checked. The

@@ -188,4 +198,3 @@ list is filtered against the glob file patterns.

--no-gitignore Do NOT use .gitignore files.
--gitignore-root <path> Prevent searching for .gitignore files past
root.
--gitignore-root <path> Prevent searching for .gitignore files past root.
--validate-directives Validate in-document CSpell directives.

@@ -244,4 +253,4 @@ --color Force color.

looks for cspell.json in the current directory.
--locale <locale> Set language locales. i.e. "en,fr" for English
and French, or "en-GB" for British English.
--locale <locale> Set language locales. i.e. "en,fr" for English and
French, or "en-GB" for British English.
--language-id <language> Use programming language. i.e. "php" or "scala".

@@ -277,4 +286,3 @@ --allow-compound-words Turn on allowCompoundWords

Spell check file(s) and display the result. The full file is displayed in
color.
Spell check file(s) and display the result. The full file is displayed in color.

@@ -281,0 +289,0 @@ Options:

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