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
17
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 1.1.3 to 1.1.6

5

CHANGELOG.md
# Change Log
## 1.1.TODO
- Add keywords for Go 1.11 (provided by AlekSi)
## 1.1.3

@@ -13,2 +16,2 @@ - Add keywords for Go 1.10 (provided by AlekSi)

## 1.0.0
- Initial Release
- Initial Release

11

package.json
{
"name": "cspell-dict-golang",
"version": "1.1.3",
"version": "1.1.6",
"description": "Go Language dictionary for cspell.",

@@ -11,7 +11,8 @@ "bin": {

"build": "cspell-tools compile \"go.txt\" -o .",
"prepublishOnly": "cp ../util/* .",
"prepublishOnly": "cp ../../util/* .",
"cspell-link": "node link.js",
"cspell-unlink": "node unlink.js",
"publish-minor": "npm version minor && npm publish",
"publish-patch": "npm version patch && npm publish"
"publish-patch": "npm version patch && npm publish",
"test-build": "npm run build"
},

@@ -38,6 +39,6 @@ "repository": {

"devDependencies": {
"cspell-tools": "^2.0.0"
"cspell-tools": "^3.0.3"
},
"dependencies": {
"configstore": "^3.1.0"
"configstore": "^3.1.2"
},

@@ -44,0 +45,0 @@ "files": [

@@ -7,3 +7,3 @@ # Cspell Go Language Dictionary

Supports keywords and built-in library names up to Go 1.9.
Supports keywords and built-in library names up to Go 1.11.

@@ -10,0 +10,0 @@ This dictionary is included by default in cSpell.

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