Huge News!Announcing our $40M Series B led by Abstract Ventures.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.19 to 1.0.20

13

cspell-ext.json

@@ -10,3 +10,3 @@ // cSpell Settings

"name": "typescript",
"file": "./typescript.txt.gz",
"path": "./typescript.txt.gz",
"description": "TypeScript and JavaScript dictionary for cspell."

@@ -23,3 +23,3 @@ }

"pattern": "/\\\\x[a-f0-9]{2}/gi",
"description": "Javascript String Hexadecimal Escape sequence."
"description": "JavaScript String Hexadecimal Escape sequence."
},

@@ -29,3 +29,8 @@ {

"pattern": "/\\\\u[a-f0-9]{4}/gi",
"description": "Javascript String Unicode Escape sequence."
"description": "JavaScript String Unicode Escape sequence."
},
{
"name": "js-regexp-flags",
"pattern": "/\\/[dgimsuy]{1,7}\\b(?=(?:\\.flags\\b)|\\s*$|[;),])/g", // cspell:ignore dgimsuy
"description": "JavaScript Match Regular Expression Flags"
}

@@ -47,3 +52,3 @@ ],

// To exclude patterns, add them to "ignoreRegExpList"
"ignoreRegExpList": ["js-hex-escape", "js-unicode-escape"],
"ignoreRegExpList": ["js-hex-escape", "js-unicode-escape", "js-regexp-flags"],
// regex patterns than can be used with ignoreRegExpList or includeRegExpList

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

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

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

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