
Product
Introducing Rust Support in Socket
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.
Store your environment variables in git – encrypted.
Gitenvs is a tool that lets you securely store environment variables in your git repository by encrypting them with public/private key pairs. It provides a modern web UI for managing variables across multiple environments and files, with features like importing from .env files, linking shared variables in monorepos, and granular access control through environment-specific encryption keys.
Make sure you have node >= 20 installed.
Just run
npx gitenvs@latest
A UI is automatically opened in your browser. Run through the wizard to set up gitenvs.
gitenvs.json
gitenvs.passphrases.json
(do not include this file in your git repo)
[
{
"passphrase": "your-development-passphrase",
"stageName": "development"
},
...
]
gitenvs.json
fileGITENVS_DIR
env varnpx gitenvs@latest
- opens the UI, if its the first time in this project, the setup wizard will show up automatically
gitenvs
gitenvs create
– create all configured env files in their specified paths
postinstall
of your package.json to automatically create the env files after installing your packages. The setup wizard offers you to add this command to your package.json.GITENVS_STAGE=<stage>
(for example GITENVS_STAGE=development
)GITENVS_PASSPHRASE_<STAGE>=<passphrase>
(for example GITENVS_PASSPHRASE_DEVELOPMENT=Y1Ib...
)--stage <stage>
(default: development) - the stage to create the env files for (env var > cli param > default)--passphrase <passphrase>
- the passphrase to use for the stage (cli param > env var)--passphrasePath <passphrasePath>
- the path to the passphrase fileFAQs
Store your environment variables in git – encrypted.
The npm package gitenvs receives a total of 6 weekly downloads. As such, gitenvs popularity was classified as not popular.
We found that gitenvs demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
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.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.
Product
Socket’s precomputed reachability slashes false positives by flagging up to 80% of vulnerabilities as irrelevant, with no setup and instant results.
Product
Socket is launching experimental protection for Chrome extensions, scanning for malware and risky permissions to prevent silent supply chain attacks.