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.20 to 2.0.0

5

cspell-ext.json

@@ -6,2 +6,3 @@ // cSpell Settings

"description": "TypeScript and JavaScript dictionary for cspell.",
"readonly": true,
// List of dictionary files to add to the global list of dictionaries

@@ -45,3 +46,3 @@ "dictionaryDefinitions": [

// Multiple locals can be specified like: "en, en-US" to match both English and English US.
"local": "*",
"locale": "*",
// By default the whole text of a file is included for spell checking

@@ -58,3 +59,3 @@ // Adding patterns to the "includeRegExpList" to only include matching patterns

"dictionaries": ["typescript"],
// Dictionary definitions can also be supplied here. They are only used iff "languageId" and "local" match.
// Dictionary definitions can also be supplied here. They are only used iff "languageId" and "locale" match.
"dictionaryDefinitions": []

@@ -61,0 +62,0 @@ }

6

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

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

"test": "head -n 100 \"typescript.txt\" | cspell -v -c ./cspell-ext.json \"--local=*\" \"--languageId=typescript\" stdin",
"prepublishOnly": "yarn test",
"prepublishOnly": "echo pre-publish",
"prepare": "yarn run build"

@@ -41,3 +41,3 @@ },

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