
Security News
pnpm 11.5 Adds Support for Recognizing npm Staged Publishes
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.
@prisma-next/adapter-mongo
Advanced tools
MongoDB adapter for Prisma Next (lowers commands to wire format)
MongoDB adapter for Prisma Next. Lowers abstract MongoDB commands into wire-protocol documents.
MongoAdapter.lower(plan) converts a MongoCommand (find, aggregate, …) into a wire-protocol document. The method is async so it can await codec encode work on parameter values; the runtime (MongoRuntime.execute) awaits adapter.lower(plan) before issuing the command to the driver.resolveValue walks parameter trees and dispatches codec-encoded leaves concurrently via Promise.all. The codec's encode is awaited (whether the codec body is sync or async), and the resolved wire value is placed into the lowered document.Mongo does not currently decode rows — documents pass through from the driver directly — so this adapter has no decode-side codec application today. See ADR 204 — Single-Path Async Codec Runtime for the codec runtime's async boundary contract.
@prisma-next/mongo-core (command types, codec types)FAQs
MongoDB adapter for Prisma Next (lowers commands to wire format)
The npm package @prisma-next/adapter-mongo receives a total of 2,024 weekly downloads. As such, @prisma-next/adapter-mongo popularity was classified as popular.
We found that @prisma-next/adapter-mongo demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 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
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.

Security News
Federal audit finds NIST lacked a plan to clear the NVD backlog, wasted funds on duplicate work, and delayed use of CISA data.

Research
/Security News
A mini Shai-Hulud campaign compromised Red Hat Cloud Services npm packages to steal developer and CI/CD secrets during installation.