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 5.3.4 to 5.3.5

dist/settings/CSpellSettingsDef.js.map

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [5.3.5](https://github.com/streetsidesoftware/cspell/compare/v5.3.4...v5.3.5) (2021-03-05)
### Bug Fixes
* fix schema pattern for language IDs. ([#1034](https://github.com/streetsidesoftware/cspell/issues/1034)) ([591dde2](https://github.com/streetsidesoftware/cspell/commit/591dde2532a7698f41c5bf824ead226a7ae78cfe))
## [5.3.4](https://github.com/streetsidesoftware/cspell/compare/v5.3.3...v5.3.4) (2021-03-01)

@@ -8,0 +19,0 @@

2

cspell.schema.json

@@ -187,3 +187,3 @@ {

"description": "This can be '*', 'typescript', 'cpp', 'json', etc.",
"pattern": "^!?[\\w_\\-\\s]+$",
"pattern": "^(!?[\\w_\\-\\s]+)|(\\*)$",
"type": "string"

@@ -190,0 +190,0 @@ },

@@ -339,3 +339,3 @@ export declare type ReplaceEntry = [string, string];

* This can be '*', 'typescript', 'cpp', 'json', etc.
* @pattern ^!?[\w_\-\s]+$
* @pattern ^(!?[\w_\-\s]+)|(\*)$
*/

@@ -342,0 +342,0 @@ export declare type LanguageIdSingle = string;

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

},
"version": "5.3.4",
"version": "5.3.5",
"description": "Types for cspell and cspell-lib",

@@ -51,3 +51,3 @@ "main": "dist/index.js",

},
"gitHead": "edd90ad5db06ad2db6749b2f0bf36e29ec76cb6b"
"gitHead": "43b0c6d5b0e32f9e785f2b15bd6823c0bb140ea4"
}
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