
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.
crypto-settings
Advanced tools
A module to save settings data, it has a fair bit of configurability, but it's intended usage is very simple:
npm install crypto-settings
var settings = require("crypto-settings")(/* optional options object goes here */);
//make use of any settings required.
Command line to start.
app.js -pass myPasswordWithNoSpaces -print -edit
If used in this fassion, a password can be specified on the command line (providing it has no spaces) in the format -pass
Adding the flag -print will cause the settings object to be printed to the console on startup.
Adding the flag -edit will give a command line interface to allow editing of settings. The command line interface has access to a "settings" object. This will be automatically saved when the command line exits.
The settings object returned always has two methods (which should be treated as reserved words).
syncronously writes the data back to the file.
Does the same as if the user had used "-edit" flag, then triggers the callback once the user has finished editing settings.
Documentation needed.
Documentation needed.
FAQs
Unknown package
We found that crypto-settings demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.

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.