Sign In

cspell

Package Overview
Dependencies
Maintainers
1
Versions
469
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cspell - npm Package Compare versions

Comparing version
9.8.0
to
10.0.0
dist/esm/application-BeNl-OE0.js

Sorry, the diff of this file is too big to display

+1
-1

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

import { C as ApplicationError, S as width, T as console, _ as padLeft, a as parseApplicationFeatureFlags, b as pruneAnsiTextEnd, c as listDictionaries, d as validateUnitSize, f as unindent, g as tableToLines, i as lint, l as ReportChoicesAll, m as npmPackage, n as checkText, o as suggestions, p as DEFAULT_CACHE_LOCATION, r as createInit, s as trace, t as IncludeExcludeFlag, u as cvtLinterCliCommandOptionsToLinterCliOptions, v as padWidth, w as CheckFailed, x as pruneAnsiTextStart, y as ansiWidth } from "./application-CpRYrn67.js";
import { C as ApplicationError, S as width, T as console, _ as padLeft, a as parseApplicationFeatureFlags, b as pruneAnsiTextEnd, c as listDictionaries, d as validateUnitSize, f as unindent, g as tableToLines, i as lint, l as ReportChoicesAll, m as npmPackage, n as checkText, o as suggestions, p as DEFAULT_CACHE_LOCATION, r as createInit, s as trace, t as IncludeExcludeFlag, u as cvtLinterCliCommandOptionsToLinterCliOptions, v as padWidth, w as CheckFailed, x as pruneAnsiTextStart, y as ansiWidth } from "./application-BeNl-OE0.js";
import { Link } from "cspell-lib";

@@ -3,0 +3,0 @@ import chalk from "chalk";

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

import { a as parseApplicationFeatureFlags, c as listDictionaries, i as lint, n as checkText, o as suggestions, r as createInit, s as trace, t as IncludeExcludeFlag } from "./application-CpRYrn67.js";
import { a as parseApplicationFeatureFlags, c as listDictionaries, i as lint, n as checkText, o as suggestions, r as createInit, s as trace, t as IncludeExcludeFlag } from "./application-BeNl-OE0.js";
export { IncludeExcludeFlag, checkText, createInit, lint, listDictionaries, parseApplicationFeatureFlags, suggestions, trace };

@@ -1,3 +0,3 @@

import { a as parseApplicationFeatureFlags, c as listDictionaries, h as getReporter, i as lint, n as checkText, o as suggestions, r as createInit, s as trace, t as IncludeExcludeFlag } from "./application-CpRYrn67.js";
import { a as parseApplicationFeatureFlags, c as listDictionaries, h as getReporter, i as lint, n as checkText, o as suggestions, r as createInit, s as trace, t as IncludeExcludeFlag } from "./application-BeNl-OE0.js";
export * from "@cspell/cspell-types";
export { IncludeExcludeFlag, checkText, createInit, getReporter as getDefaultReporter, lint, listDictionaries, parseApplicationFeatureFlags, suggestions, trace };
{
"name": "cspell",
"version": "9.8.0",
"version": "10.0.0",
"description": "A Spelling Checker for Code!",

@@ -89,9 +89,9 @@ "funding": "https://github.com/streetsidesoftware/cspell?sponsor=1",

"dependencies": {
"@cspell/cspell-json-reporter": "9.8.0",
"@cspell/cspell-performance-monitor": "9.8.0",
"@cspell/cspell-pipe": "9.8.0",
"@cspell/cspell-types": "9.8.0",
"@cspell/cspell-worker": "9.8.0",
"@cspell/dynamic-import": "9.8.0",
"@cspell/url": "9.8.0",
"@cspell/cspell-json-reporter": "10.0.0",
"@cspell/cspell-performance-monitor": "10.0.0",
"@cspell/cspell-pipe": "10.0.0",
"@cspell/cspell-types": "10.0.0",
"@cspell/cspell-worker": "10.0.0",
"@cspell/dynamic-import": "10.0.0",
"@cspell/url": "10.0.0",
"ansi-regex": "^6.2.2",

@@ -101,8 +101,8 @@ "chalk": "^5.6.2",

"commander": "^14.0.3",
"cspell-config-lib": "9.8.0",
"cspell-dictionary": "9.8.0",
"cspell-gitignore": "9.8.0",
"cspell-glob": "9.8.0",
"cspell-io": "9.8.0",
"cspell-lib": "9.8.0",
"cspell-config-lib": "10.0.0",
"cspell-dictionary": "10.0.0",
"cspell-gitignore": "10.0.0",
"cspell-glob": "10.0.0",
"cspell-io": "10.0.0",
"cspell-lib": "10.0.0",
"fast-json-stable-stringify": "^2.1.0",

@@ -114,3 +114,3 @@ "flatted": "^3.4.2",

"engines": {
"node": ">=20.18"
"node": ">=22.18.0"
},

@@ -123,3 +123,3 @@ "devDependencies": {

},
"gitHead": "c822013ce676dffb5fa5544567c25a3ae666718f"
"gitHead": "6ddfd576b6bb554a7cb8dba1ab053a0b6ff8021f"
}

Sorry, the diff of this file is too big to display