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
25
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 6.0.2 to 6.0.3

2

dict/go.txt

@@ -3918,3 +3918,2 @@

Unlockpt
Unmap
Unmarshal

@@ -5760,2 +5759,3 @@ Unmarshaler

unlock
unmap
unmount

@@ -5762,0 +5762,0 @@ unpack

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

@@ -14,8 +14,8 @@ "publishConfig": {

"scripts": {
"sync": "yarn cpy \"../../node_modules/go-words/**\" \"src/go-words\" --flat",
"conditional-build": "yarn run sync && yarn run build",
"sync": "pnpm cpy \"node_modules/go-words/**\" \"src/go-words\" --flat",
"conditional-build": "pnpm run sync && pnpm run build",
"build": "cspell-tools-cli build",
"test": "head -n 100 src/go.txt | cspell -v -c ./cspell-ext.json --local=* --languageId=go stdin",
"test": "shx head -n 100 src/go.txt | cspell -v -c ./cspell-ext.json --local=* --languageId=go stdin",
"prepublishOnly": "echo pre-publish",
"prepare": "yarn run build"
"prepare:dictionary": "pnpm run build"
},

@@ -44,5 +44,5 @@ "repository": {

"devDependencies": {
"go-words": "https://github.com/AlekSi/go-words"
"go-words": "github:AlekSi/go-words"
},
"gitHead": "784ccba8671cf9c09e11f0e2d3ca45e8df29f2e2"
"gitHead": "265091095375b4abfba24aab09ca36efe1bc2e22"
}
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