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.0-alpha.0 to 5.3.0-alpha.1

11

CHANGELOG.md

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

# [5.3.0-alpha.1](https://github.com/streetsidesoftware/cspell/compare/v5.3.0-alpha.0...v5.3.0-alpha.1) (2021-02-19)
### Bug Fixes
* Fix schema generation to use `deprecatedMessage` ([#972](https://github.com/streetsidesoftware/cspell/issues/972)) ([492dca9](https://github.com/streetsidesoftware/cspell/commit/492dca91466773bdf247fdb87f93d64914d5e3e1))
# [5.3.0-alpha.0](https://github.com/streetsidesoftware/cspell/compare/v5.2.4...v5.3.0-alpha.0) (2021-02-18)

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

12

dist/settings/CSpellSettingsDef.d.ts

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

path?: FsPath;
/** File name @deprecated use path */
/**
* File name
* @deprecated
* @deprecatedMessage Use path instead.
*/
file: FsPath;

@@ -236,4 +240,5 @@ /**

/**
* The locale filter, matches against the language. This can be a comma separated list. "*" will match all locales.
* @deprecated use `locale`
* Deprecated - The locale filter, matches against the language. This can be a comma separated list. "*" will match all locales.
* @deprecated
* @deprecatedMessage Use `locale` instead
*/

@@ -257,2 +262,3 @@ local?: LocaleId | LocaleId[];

/**
* @deprecated
* @deprecatedMessage Use LocaleId instead

@@ -259,0 +265,0 @@ */

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

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

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

"build": "npm run compile && npm run build-schema",
"build-schema": "ts-json-schema-generator --no-top-ref --path src/settings/CSpellSettingsDef.ts --type CSpellSettings --validation-keywords markdownDescription --validation-keywords scope --validation-keywords deprecationMessage -o ./cspell.schema.json && cp ./cspell.schema.json ../..",
"build-schema": "ts-json-schema-generator --no-top-ref --path src/settings/CSpellSettingsDef.ts --type CSpellSettings --validation-keywords markdownDescription --validation-keywords scope --validation-keywords deprecated --validation-keywords deprecatedMessage -o ./cspell.schema.json && cp ./cspell.schema.json ../..",
"clean-build": "npm run clean && npm run build",

@@ -46,3 +46,3 @@ "compile": "tsc -p .",

},
"gitHead": "30d2b0311d86f4eef060245c885207a6c715c3d9"
"gitHead": "dc623a57aa12c8df318aaa5ac9f8e7d70a14199d"
}
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