
Security News
/Company News
Socket Is Sponsoring Composer and Packagist
Socket has joined the new Composer and Packagist sponsorship program as a launch sponsor, supporting the team that keeps PHP's package ecosystem secure.
@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 11,815 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.
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
/Company News
Socket has joined the new Composer and Packagist sponsorship program as a launch sponsor, supporting the team that keeps PHP's package ecosystem secure.

Research
/Security News
Benign-looking npm packages split malicious functionality across a dependency chain that deploys a cross-platform RAT targeting Alibaba developers.

Research
/Security News
Two Joyfill npm beta releases contain an import-time implant that uses blockchain transactions to retrieve a remote-access trojan.