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.6.1
to
9.6.2
dist/esm/application-BBOBF62T.js

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

+1
-1

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

import { C as CheckFailed, S as ApplicationError, _ as padLeft, a as parseApplicationFeatureFlags, b as pruneAnsiTextStart, 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 console, x as width, y as pruneAnsiTextEnd } from "./application-DaQrXF9X.js";
import { C as CheckFailed, S as ApplicationError, _ as padLeft, a as parseApplicationFeatureFlags, b as pruneAnsiTextStart, 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 console, x as width, y as pruneAnsiTextEnd } from "./application-BBOBF62T.js";
import { Link } from "cspell-lib";

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

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

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-DaQrXF9X.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-BBOBF62T.js";
export { IncludeExcludeFlag, checkText, createInit, lint, listDictionaries, parseApplicationFeatureFlags, suggestions, trace };

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

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-DaQrXF9X.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-BBOBF62T.js";

@@ -3,0 +3,0 @@ export * from "@cspell/cspell-types"

{
"name": "cspell",
"version": "9.6.1",
"version": "9.6.2",
"description": "A Spelling Checker for Code!",

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

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

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

"commander": "^14.0.2",
"cspell-config-lib": "9.6.1",
"cspell-dictionary": "9.6.1",
"cspell-gitignore": "9.6.1",
"cspell-glob": "9.6.1",
"cspell-io": "9.6.1",
"cspell-lib": "9.6.1",
"cspell-config-lib": "9.6.2",
"cspell-dictionary": "9.6.2",
"cspell-gitignore": "9.6.2",
"cspell-glob": "9.6.2",
"cspell-io": "9.6.2",
"cspell-lib": "9.6.2",
"fast-json-stable-stringify": "^2.1.0",

@@ -122,3 +122,3 @@ "flatted": "^3.3.3",

},
"gitHead": "666fb79096d25c53af9519cad07030e7aca597e1"
"gitHead": "646e18a04ff36d43f78a74e5055540e0f5297e91"
}

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