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

@cspell/dict-golang

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-golang - npm Package Compare versions

Comparing version

to
2.0.0

7

cspell-ext.json

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

"description": "Go Language Dictionary",
"readonly": true,
// List of dictionary files to add to the global list of dictionaries

@@ -11,3 +12,3 @@ "dictionaryDefinitions": [

"name": "golang",
"file": "./go.txt.gz",
"path": "./go.txt.gz",
"description": "Go Language Dictionary"

@@ -28,3 +29,3 @@ }

// Multiple locals can be specified like: "en, en-US" to match both English and English US.
"local": "*",
"locale": "*",
// It is common in Go to glue words together.

@@ -43,3 +44,3 @@ "allowCompoundWords": true,

"dictionaries": ["golang"],
// 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": []

@@ -46,0 +47,0 @@ }

{
"name": "@cspell/dict-golang",
"version": "1.1.24",
"version": "2.0.0",
"description": "Go Language dictionary for cspell.",

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

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

@@ -36,3 +36,3 @@ },

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

@@ -42,3 +42,3 @@ "go.txt.gz",

],
"gitHead": "e50444106ad610677e8ab353bf406f6bf8decb69"
"gitHead": "5fe03a7c9c10459a3c50242737f27bcf3e980f5e"
}