Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@cspell/cspell-types

Package Overview
Dependencies
Maintainers
1
Versions
240
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.1-alpha.0 to 7.0.1-alpha.1

24

dist/cjs/CSpellSettingsDef.d.ts

@@ -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;

4

package.json

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

},
"version": "7.0.1-alpha.0",
"version": "7.0.1-alpha.1",
"description": "Types for cspell and cspell-lib",

@@ -94,3 +94,3 @@ "type": "commonjs",

},
"gitHead": "9ac874fd367a2858df9aab07fafad183347f2033"
"gitHead": "053cd11992a03203786ed64fdf9fa719eeded824"
}

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