
Product
Microsoft Teams Notifications Are Now Available in Socket
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.
stackless-sdk
Advanced tools
TypeScript SDK for stackless. Published
as stackless-sdk on npm. Speaks
the JSON protocol (../PROTOCOL.md) via the stackless CLI.
npm install stackless-sdk
Requires stackless on PATH, or set STACKLESS_BIN to the binary path.
import { Client } from "stackless-sdk";
const client = Client.system();
const outcome = await client.up({
kind: "create",
name: "demo",
on: "local",
file: "stackless.toml",
});
console.log(outcome.origins.web);
console.log(outcome.integrations);
Calls block on the CLI via spawnSync (synchronous subprocess I/O). Methods return Promises for a stable async API, but each call completes before the Promise resolves.
See ../PROTOCOL.md for envelope shapes and verb mapping.
Warning: up --json success output may include integration credentials. Do not log raw envelopes in CI without redaction.
FAQs
CLI-backed Stackless client for Node and Bun
The npm package stackless-sdk receives a total of 43 weekly downloads. As such, stackless-sdk popularity was classified as not popular.
We found that stackless-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.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.

Security News
Socket CTO Ahmad Nassri joins AppSec leaders at Black Hat to discuss active malware, package manager risks, and software supply chain defense.