
Security News
November CVEs Fell 25% YoY, Driven by Slowdowns at Major CNAs
November CVE publications fell 25% YoY even as 2025 totals rose, showing how a few major CNAs can swing “global” counts and skew perceived risk.
@excali-boards/boards-api-client
Advanced tools
A TypeScript client library for interacting with the Boards Room API, the backend behind the collaborative whiteboarding platform. This SDK simplifies API integration for developers building apps on top of Boards infrastructure.
Fully typed API wrapper for the Boards backend
CRUD support for:
Real-time room metadata access and user management
OAuth-based authentication support
Utility endpoints for resolving board references and cleanup
Built-in Axios request handler with date transformation
npm install boards-api-client
# or
pnpm add boards-api-client
import { BoardsManager } from 'boards-api-client';
const client = new BoardsManager('https://your-api-url.com');
const authToken = 'Bearer YOUR_TOKEN_HERE';
const groups = await client.groups.getGroups({ auth: authToken });
console.log(groups);
client.auth.authenticate(...) — Login a userclient.groups.getAllSorted(...) — Fetch full hierarchyclient.boards.getBoard(...) — Fetch single board infoclient.admin.updateUserPermissions(...) — Update admin permissionsclient.stats.globalStats(...) — Fetch global app statisticsclient.utils.resolveBoard(...) — Resolve board ID by nameconst data = await client.boards.getBoard({
auth: token,
groupId: 'grp123',
categoryId: 'cat456',
boardId: 'brd789'
});
console.log(data.board.name);
Clone the repo and install dependencies:
git clone https://github.com/Excali-Boards/boards-api-client.git
cd boards-api-client
pnpm install
This project is licensed under the GNU General Public License v3.0. See LICENSE for details.
FAQs
A simple API client for the Boards API.
The npm package @excali-boards/boards-api-client receives a total of 123 weekly downloads. As such, @excali-boards/boards-api-client popularity was classified as not popular.
We found that @excali-boards/boards-api-client 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.

Security News
November CVE publications fell 25% YoY even as 2025 totals rose, showing how a few major CNAs can swing “global” counts and skew perceived risk.

Security News
React disclosed a CVSS 10.0 RCE in React Server Components and is advising users to upgrade affected packages and frameworks to patched versions now.

Research
/Security News
We spotted a wave of auto-generated “elf-*” npm packages published every two minutes from new accounts, with simple malware variants and early takedowns underway.