
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
github.com/namecheap/namecheap
Advanced tools
$ go get github.com/namecheap/go-namecheap-sdk
Generally callers would create a namecheap.Client and make calls off of that.
import (
"github.com/namecheap/go-namecheap-sdk"
)
// Reads environment variables
client, err := namecheap.New()
// Directly build client
client, err := namecheap.NewClient(username, apiuser string, token string, ip string, useSandbox)
Calling namecheap.New() reads the following environment variables:
NAMECHEAP_USERNAME: Username: e.g. adamdecafNAMECHEAP_API_USER: ApiUser: e.g. adamdecafNAMECHEAP_TOKEN: From https://ap.www.namecheap.com/Profile/Tools/ApiAccessNAMECHEAP_IP: Your IP (must be whitelisted)NAMECHEAP_USE_SANDBOX: Use sandbox environmentWe appreciate feedback, issues and Pull Requests. You can build the project with make build in the root and run tests with make test.
If you're looking to run tests yourself you can configure the environmental variables and override the test records in client_test.go. (To make live API calls) Otherwise only mockable tests will run.
The following are contributor oriented environmental variables:
DEBUG: Log all responsesMOCKED: Force disable testClientFAQs
Unknown package
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.