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.7.0 to 8.8.0

4

dist/esm/index.js

@@ -0,4 +1,4 @@

import { promises as fs } from 'node:fs';
import * as path from 'node:path';
import { MessageTypes } from '@cspell/cspell-types';
import { promises as fs } from 'fs';
import * as path from 'path';
import { setToJSONReplacer } from './utils/setToJSONReplacer.js';

@@ -5,0 +5,0 @@ import { validateSettings } from './utils/validateSettings.js';

@@ -1,2 +0,2 @@

import { AssertionError } from 'assert';
import { AssertionError } from 'node:assert';
function assertBooleanOrUndefined(key, value) {

@@ -3,0 +3,0 @@ if (typeof value !== 'boolean' && value !== undefined) {

{
"name": "@cspell/cspell-json-reporter",
"version": "8.7.0",
"version": "8.8.0",
"description": "JSON reporter for CSpell",

@@ -44,7 +44,8 @@ "author": "Jason Dent",

"test:watch": "vitest",
"test": "vitest run",
"test": "vitest run && pnpm test:run",
"test:run": "node ../../bin.mjs . --config cSpell.example.mjs",
"watch": "tsc -b . -w"
},
"dependencies": {
"@cspell/cspell-types": "8.7.0"
"@cspell/cspell-types": "8.8.0"
},

@@ -54,3 +55,3 @@ "engines": {

},
"gitHead": "5318079ed11fe77e981287ecf1c40d6f28dd91ed"
"gitHead": "a42bce675c00cb2d51809b3ae3894119ea4f5ce7"
}
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