
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.
@progressdb/node
Advanced tools
ProgressDB backend SDK (Node.js, TypeScript) - wraps frontend SDK with automatic signature generation and caching
Node.js TypeScript SDK for backend callers of ProgressDB. Wraps frontend SDK with automatic signature generation.
npm install @progressdb/node
import ProgressDB from '@progressdb/node'
const db = ProgressDB({
baseUrl: 'https://api.example.com',
apiKey: process.env.PROGRESSDB_KEY
})
await db.createThread({ title: 'General' }, 'user-123')
ProgressDB(options: BackendClientOptions)
listThreadMessages(threadKey, query, userId) - List messages in threadcreateThreadMessage(threadKey, message, userId) - Create messagegetThreadMessage(threadKey, messageKey, userId) - Get messageupdateThreadMessage(threadKey, messageKey, message, userId) - Update messagedeleteThreadMessage(threadKey, messageKey, userId) - Delete messagecreateThread(thread, userId) - Create threadlistThreads(query, userId) - List threadsgetThread(threadKey, userId) - Get threadupdateThread(threadKey, thread, userId) - Update threaddeleteThread(threadKey, userId) - Delete threadhealthz() - Basic health checkreadyz() - Readiness check with versionsignUser(userId) - Generate signature for userclearSignatureCache(userId?) - Clear signature cachegetCacheStats() - Get cache statisticsFAQs
ProgressDB backend SDK (Node.js, TypeScript) - wraps frontend SDK with automatic signature generation and caching
We found that @progressdb/node demonstrated a healthy version release cadence and project activity because the last version was released less than 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.