Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@cspell/cspell-json-reporter

Package Overview
Dependencies
Maintainers
1
Versions
208
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cspell/cspell-json-reporter - npm Package Compare versions

Comparing version 8.5.0 to 8.6.0

6

package.json
{
"name": "@cspell/cspell-json-reporter",
"version": "8.5.0",
"version": "8.6.0",
"description": "JSON reporter for CSpell",

@@ -47,3 +47,3 @@ "author": "Jason Dent",

"dependencies": {
"@cspell/cspell-types": "8.5.0"
"@cspell/cspell-types": "8.6.0"
},

@@ -53,3 +53,3 @@ "engines": {

},
"gitHead": "098601b2e007bebf9e5ae894bed9a50559a102ed"
"gitHead": "78eadb48e8ab400f4fcd159344c5b15968d7ab2e"
}

@@ -15,2 +15,10 @@ # `@cspell/cspell-json-reporter`

### Using Command Line
```sh
cspell . --reporter @cspell/cspell-json-reporter
```
### Using CSpell Configuration
Add this to `cspell.yaml`:

@@ -92,3 +100,3 @@

- `outFile` (required) - path for JSON file to emit
- `outFile` (default: stdout) - path for JSON file to emit
- `verbose` (default: false) - enable saving of execution logs

@@ -95,0 +103,0 @@ - `debug` (default: false) - enable saving of debug logs

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