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.3 to 5.3.0-alpha.4

11

CHANGELOG.md

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

# [5.3.0-alpha.4](https://github.com/streetsidesoftware/cspell/compare/v5.3.0-alpha.3...v5.3.0-alpha.4) (2021-02-25)
### Bug Fixes
* be able to report on glob source. ([#1001](https://github.com/streetsidesoftware/cspell/issues/1001)) ([1020d56](https://github.com/streetsidesoftware/cspell/commit/1020d56ba04e8418d162d4bde8e4948546a8f7d2))
# [5.3.0-alpha.3](https://github.com/streetsidesoftware/cspell/compare/v5.3.0-alpha.2...v5.3.0-alpha.3) (2021-02-23)

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

2

dist/settings/CSpellSettingsDef.d.ts

@@ -334,2 +334,4 @@ export declare type ReplaceEntry = [string, string];

root?: string;
/** Optional source of the glob, used when merging settings to determine the origin. */
source?: string;
}

@@ -336,0 +338,0 @@ /**

6

package.json

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

},
"version": "5.3.0-alpha.3",
"version": "5.3.0-alpha.4",
"description": "Types for cspell and cspell-lib",

@@ -49,5 +49,5 @@ "main": "dist/index.js",

"ts-json-schema-generator": "^0.86.1",
"typescript": "^4.1.5"
"typescript": "^4.2.2"
},
"gitHead": "4ab3c426b21963fd03e4f558fc8b378c415a6650"
"gitHead": "5d3eb97efae5ebf7a7d8beedc3c0dbe912d0f405"
}
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