
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.
@prisma-next/cli-telemetry
Advanced tools
CLI telemetry client for Prisma Next: detached subprocess sender, gating resolution, user-config store, and consent surface
@prisma-next/cli-telemetryAnonymous CLI usage telemetry client for Prisma Next. Runs in a detached child process at command start, never blocks the parent, and silently swallows every error in the sending path.
$XDG_CONFIG_HOME/prisma-next/config.json
(or platform equivalent), holding the consent flag (enableTelemetry) and
the per-installation random UUID (installationId). Atomic writes;
unknown fields preserved.PRISMA_NEXT_DISABLE_TELEMETRY, DO_NOT_TRACK=1), the stored
preference, and the default-off fallback when the file is missing.child_process.fork(..., { detached: true, stdio: ['pipe','ignore','ignore','ipc'] }),
pipe the payload over IPC, disconnect() + unref(), return to the
parent. The child enriches with system probes, POSTs to the backend
with a 1–2 s timeout, exits.~/Library/Preferences/ convention so
the path is test-overridable and consistent across platforms) and uses
%APPDATA% on Windows. child_process, node:crypto.randomUUID,
node:fs, node:os, node:path are the only inbound modules.The endpoint URL is a module-level constant pinned to the deployed
backend. For local-development testing, set
PRISMA_NEXT_TELEMETRY_ENDPOINT to override the destination URL
(used by the integration tests to spin up a mock HTTP server on an
ephemeral port). This is an integration-testing affordance, not a
public knob: do not surface it in user-facing docs.
FAQs
CLI telemetry client for Prisma Next: detached subprocess sender, gating resolution, user-config store, and consent surface
The npm package @prisma-next/cli-telemetry receives a total of 15,559 weekly downloads. As such, @prisma-next/cli-telemetry popularity was classified as popular.
We found that @prisma-next/cli-telemetry demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers 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.