@cspell/cspell-json-reporter
Advanced tools
Comparing version 8.7.0 to 8.8.0
@@ -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" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
12265
0
+ Added@cspell/cspell-types@8.8.0(transitive)
- Removed@cspell/cspell-types@8.7.0(transitive)
Updated@cspell/cspell-types@8.8.0