
Product
Introducing Repository Access Permissions and Custom Roles
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.
secretvaults
Advanced tools
Wrapper classes for simplifying usage of Nillion's Secret Vault and the nilQL encryption and decryption library.
npm install secretvaults
'%allot' markers for selective encryption%share using unify'%allot' markers before distribution%share across nodes%share from nodes to decrypts specified fields automaticallyRun examples
node examples/nilQlEncryption.js
Copy the .env.example to create a .env file that uses the example org
cp .env.example .env
Run example to encrypt and upload data to all nodes, then read data from nodes.
node examples/store/readWriteSv.js
Basic setup
const secretVaultCollection = new SecretVaultWrapper(
orgConfig.nodes,
orgConfig.orgCredentials,
collectionConfig.schemaId
);
await secretVaultCollection.init();
// years_in_web3 field value is marked with '%allot' to show it will be encrypted
const dataWritten = await secretVaultCollection.writeToNodes(
[{
_id: uuidv4(),
years_in_web3: { '%allot': 4 },
responses: [
{ rating: 5, question_number: 1 },
{ rating: 3, question_number: 2 },
],
},]
);
FAQs
Wrappers for Nillion's Secret Vaults and nilQL
We found that secretvaults 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.

Product
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.

Product
Socket MCP now lets AI assistants review org alerts, investigate threats using the Socket threat feed, and inspect package files in addition to dependency scoring.

Product
Socket Firewall blocks malicious VS Code and Open VSX extensions before install, protecting developers from compromised editor marketplaces.