
Product
Socket Now Protects the Firefox Extension Ecosystem
Socket is bringing experimental protection to Firefox, scanning 97,000+ extensions in Mozilla's official directory for malware and risky updates.
@walwarden/sdk
Advanced tools
Dependency-free ESM TypeScript client for the Walwarden public REST API v1.
import { createWalwardenClient } from '@walwarden/sdk';
const walwarden = createWalwardenClient({
baseUrl: process.env.WALWARDEN_BASE_URL!,
apiKey: process.env.WALWARDEN_API_KEY!,
userAgent: 'my-service/1.0',
});
const { databases } = await walwarden.listDatabases();
const evidence = await walwarden.getEvidence('<backupJobId>');
Restore creation is intentionally unsupported in the public API v1 alpha. The
SDK exposes createRestore only to surface the server's structured 501
response as WalwardenApiError.
FAQs
TypeScript SDK for the Walwarden public REST API v1.
We found that @walwarden/sdk 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.

Product
Socket is bringing experimental protection to Firefox, scanning 97,000+ extensions in Mozilla's official directory for malware and risky updates.

Research
/Security News
Three compromised Rust crates pulled in a malicious dependency that downloaded and executed cross-platform malware during Cargo builds.

Research
/Security News
Socket uncovered 77 linked Firefox extensions, including 40 that steal wallet secrets or credentials and 37 deceptive sports-score shells.