
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.
RedDb V6.5 Faster and Efficienter.
Installation:
npm install reddbv6.5
Usage:
const RedDb = require("reddbv6.5")
RedDb.OnReady(() => { // Required to do this before using the database, else it will error when trying to get items out of the db RedDb.CreateDb("database1", (successfull) => { // successfull = true or false depending on if the database already exists var database1 = RedDb.databases["database1"] // get the database
database1.examplekey = "examplevalue" // setting a value, can be anything. The key must be a string.
console.log(database1.examplekey) // get the value of a set key, returns undefined if not set
})
RedDb.DeleteDb("database2", (successfull) => { // it does what it says
})
})
FAQs
RedDb release V6.5 - Fix 6.5.3: Onready fires more accurate now,
We found that reddbv6.5 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.