Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@cspell/dict-fullstack

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cspell/dict-fullstack - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

20

cspell-ext.json

@@ -1,2 +0,1 @@

// cSpell Settings
{

@@ -7,3 +6,2 @@ "id": "fullstack",

"description": "Common words encountered during fullstack development",
// List of dictionary files to add to the global list of dictionaries
"dictionaryDefinitions": [

@@ -16,27 +14,11 @@ {

],
// Dictionaries to always be used.
// Generally left empty
"dictionaries": [],
// Language Rules to apply to matching files.
// Files are matched on `languageId` and `local`
"languageSettings": [
{
// VSCode languageId. i.e. typescript, java, go, cpp, javascript, markdown, latex
// * will match against any file type.
"languageId": "php,javascript,typescript,cpp",
// Language local. i.e. en-US, de-AT, or ru. * will match all locals.
// Multiple locals can be specified like: "en, en-US" to match both English and English US.
"languageId": "php,javascript,typescript,cpp,c,python,ruby,swift,csharp,ada,html,java,lua,h,hpp,rust,scala",
"locale": "*",
// By default the whole text of a file is included for spell checking
// Adding patterns to the "includeRegExpList" to only include matching patterns
"includeRegExpList": [],
// To exclude patterns, add them to "ignoreRegExpList"
"ignoreRegExpList": [],
// regex patterns than can be used with ignoreRegExpList or includeRegExpList
// Example: "pattern": [{ "name": "mdash", "pattern": "—" }]
// This could be included in "ignoreRegExpList": ["mdash"]
"patterns": [],
// List of dictionaries to enable by name in `dictionaryDefinitions`
"dictionaries": ["fullstack"],
// Dictionary definitions can also be supplied here. They are only used iff "languageId" and "local" match.
"dictionaryDefinitions": []

@@ -43,0 +25,0 @@ }

4

package.json
{
"name": "@cspell/dict-fullstack",
"version": "2.0.2",
"version": "2.0.3",
"description": "Dictionary of terms used in Fullstack development.",

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

],
"gitHead": "56ddbd4dd5d7c60ba4114a18b07274c5d55dd7ea"
"gitHead": "37a592773af75e83fad696d4167055fbab54c1c8"
}
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