New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@cspell/dict-typescript

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cspell/dict-typescript - npm Package Compare versions

Comparing version 1.0.18 to 1.0.19

11

CHANGELOG.md

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

## [1.0.19](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-typescript@1.0.18...@cspell/dict-typescript@1.0.19) (2021-05-27)
### Bug Fixes
* [#436](https://github.com/streetsidesoftware/cspell-dicts/issues/436) ([#437](https://github.com/streetsidesoftware/cspell-dicts/issues/437)) ([e38b0c0](https://github.com/streetsidesoftware/cspell-dicts/commit/e38b0c06e5857ee201ed4d70c14143b30ed1d94f))
## [1.0.18](https://github.com/streetsidesoftware/cspell-dicts/compare/@cspell/dict-typescript@1.0.17...@cspell/dict-typescript@1.0.18) (2021-05-25)

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

4

cspell-ext.json

@@ -42,5 +42,5 @@ // cSpell Settings

// Adding patterns to the "includeRegExpList" to only include matching patterns
"includeRegExpList": ["js-hex-escape", "js-unicode-escape"],
"includeRegExpList": [],
// To exclude patterns, add them to "ignoreRegExpList"
"ignoreRegExpList": [],
"ignoreRegExpList": ["js-hex-escape", "js-unicode-escape"],
// regex patterns than can be used with ignoreRegExpList or includeRegExpList

@@ -47,0 +47,0 @@ // Example: "pattern": [{ "name": "mdash", "pattern": "—" }]

{
"name": "@cspell/dict-typescript",
"version": "1.0.18",
"version": "1.0.19",
"description": "TypeScript and JavaScript dictionary for cspell.",

@@ -35,3 +35,3 @@ "publishConfig": {

},
"homepage": "https://github.com/streetsidesoftware/cspell-dicts/blob/master/dictionaries/typescript#readme",
"homepage": "https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/typescript#readme",
"files": [

@@ -41,3 +41,3 @@ "typescript.txt.gz",

],
"gitHead": "a2e9472aaa96e1836f5f0ccea232249685c80ed9"
"gitHead": "4f7327f1a8831af19afaffe24019ee47c0855220"
}
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