Socket
Socket
Sign inDemoInstall

@cspell/cspell-types

Package Overview
Dependencies
Maintainers
1
Versions
231
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cspell/cspell-types - npm Package Compare versions

Comparing version 7.0.0-alpha.2 to 7.0.0

2

dist/cjs/CSpellReporter.js

@@ -8,3 +8,3 @@ "use strict";

IssueType[IssueType["directive"] = 1] = "directive";
})(IssueType = exports.IssueType || (exports.IssueType = {}));
})(IssueType || (exports.IssueType = IssueType = {}));
exports.MessageTypes = {

@@ -11,0 +11,0 @@ Debug: 'Debug',

@@ -422,9 +422,25 @@ import type { ReporterConfigurationBase } from './CSpellReporter.js';

*
* Example: ["href"] - to exclude html href.
* Example: `["href"]` - to exclude html href pattern.
*
* Regular expressions use JavaScript regular expression syntax.
*
* Example: to ignore ALL-CAPS words
*
* JSON
* ```json
* "ignoreRegExpList": ["/\\b[A-Z]+\\b/g"]
* ```
*
* YAML
* ```yaml
* ignoreRegExpList:
* - >-
* /\b[A-Z]+\b/g
* ```
*
* By default, several patterns are excluded. See
* [Configuration](https://cspell.org/configuration/#cspelljson-sections) for more details.
* [Configuration](https://cspell.org/configuration/patterns) for more details.
*
* While you can create your own patterns, you can also leverage several patterns that are
* [built-in to CSpell](https://github.com/streetsidesoftware/cspell/blob/main/packages/cspell-lib/src/Settings/DefaultSettings.ts#L22).
* [built-in to CSpell](https://cspell.org/types/cspell-types/types/PredefinedPatterns.html).
*/

@@ -438,3 +454,3 @@ ignoreRegExpList?: RegExpPatternList;

* While you can create your own patterns, you can also leverage several patterns that are
* [built-in to CSpell](https://github.com/streetsidesoftware/cspell/blob/main/packages/cspell-lib/src/Settings/DefaultSettings.ts#L22).
* [built-in to CSpell](https://cspell.org/types/cspell-types/types/PredefinedPatterns.html).
*/

@@ -441,0 +457,0 @@ includeRegExpList?: RegExpPatternList;

@@ -422,9 +422,25 @@ import type { ReporterConfigurationBase } from './CSpellReporter.js';

*
* Example: ["href"] - to exclude html href.
* Example: `["href"]` - to exclude html href pattern.
*
* Regular expressions use JavaScript regular expression syntax.
*
* Example: to ignore ALL-CAPS words
*
* JSON
* ```json
* "ignoreRegExpList": ["/\\b[A-Z]+\\b/g"]
* ```
*
* YAML
* ```yaml
* ignoreRegExpList:
* - >-
* /\b[A-Z]+\b/g
* ```
*
* By default, several patterns are excluded. See
* [Configuration](https://cspell.org/configuration/#cspelljson-sections) for more details.
* [Configuration](https://cspell.org/configuration/patterns) for more details.
*
* While you can create your own patterns, you can also leverage several patterns that are
* [built-in to CSpell](https://github.com/streetsidesoftware/cspell/blob/main/packages/cspell-lib/src/Settings/DefaultSettings.ts#L22).
* [built-in to CSpell](https://cspell.org/types/cspell-types/types/PredefinedPatterns.html).
*/

@@ -438,3 +454,3 @@ ignoreRegExpList?: RegExpPatternList;

* While you can create your own patterns, you can also leverage several patterns that are
* [built-in to CSpell](https://github.com/streetsidesoftware/cspell/blob/main/packages/cspell-lib/src/Settings/DefaultSettings.ts#L22).
* [built-in to CSpell](https://cspell.org/types/cspell-types/types/PredefinedPatterns.html).
*/

@@ -441,0 +457,0 @@ includeRegExpList?: RegExpPatternList;

@@ -6,3 +6,3 @@ {

},
"version": "7.0.0-alpha.2",
"version": "7.0.0",
"description": "Types for cspell and cspell-lib",

@@ -91,6 +91,5 @@ "type": "commonjs",

"ajv-cli": "^5.0.0",
"ts-json-schema-generator": "^1.2.0",
"typescript": "^4.9.5"
"ts-json-schema-generator": "^1.2.0"
},
"gitHead": "a1b7c5daeef5afdb14d6444318f450b9fd9c035a"
"gitHead": "52960d5ed75655978f9b633f44fd106937a63cd7"
}

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

Sorry, the diff of this file is not supported yet

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