
Product
Socket Firewall Now Blocks Malicious VS Code and Open VSX Extensions
Socket Firewall blocks malicious VS Code and Open VSX extensions before install, protecting developers from compromised editor marketplaces.
@prisma-next/plan
Advanced tools
Plan helpers, diagnostics, and shared errors for Prisma Next.
This package is part of the core ring and provides target-agnostic plan error helpers and error types. These utilities are used across all target families (SQL, document, etc.) for consistent error handling during plan construction and validation.
Provide shared plan error utilities that can be used by any target family without depending on target-specific types or implementations.
planInvalid, planUnsupported)RuntimeError)Non-goals:
flowchart TD
subgraph "Core Ring"
PLAN["@prisma-next/plan"]
end
subgraph "Consumers"
SQL[SQL Lanes]
DOC[Document Lanes]
RUNTIME[Runtime]
end
PLAN --> SQL
PLAN --> DOC
PLAN --> RUNTIME
errors.ts)planInvalid(message, details?, hints?, docs?): Creates a RuntimeError with code PLAN.INVALID for invalid plan operationsplanUnsupported(message, details?, hints?, docs?): Creates a RuntimeError with code PLAN.UNSUPPORTED for unsupported plan operationstypes.ts)RuntimeError: Interface for plan errors with standardized fields:
code: Error code (e.g., PLAN.INVALID, PLAN.UNSUPPORTED)category: Always 'PLAN' for plan errorsseverity: Always 'error'message: Human-readable error messagedetails: Optional structured detailshints: Optional array of hintsdocs: Optional array of documentation linksThis package has no dependencies - it's part of the innermost core ring and provides foundational error utilities.
This package follows the standard exports/ directory pattern:
src/exports/errors.ts - Re-exports error helpers (planInvalid, planUnsupported)src/exports/types.ts - Re-exports error types (RuntimeError)src/index.ts - Main entry point that re-exports from exports/This enables subpath imports like @prisma-next/plan/errors and @prisma-next/plan/types if needed in the future.
This package is part of the framework domain, core layer, shared plane:
packages/1-framework/1-core/shared/planFAQs
Plan helpers, diagnostics, and shared errors for Prisma Next
The npm package @prisma-next/plan receives a total of 598 weekly downloads. As such, @prisma-next/plan popularity was classified as not popular.
We found that @prisma-next/plan 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.

Product
Socket Firewall blocks malicious VS Code and Open VSX extensions before install, protecting developers from compromised editor marketplaces.

Research
More than 140 Mastra npm packages were compromised in a supply chain attack that used a typosquatted dependency to deliver a cross-platform infostealer during installation.

Research
/Security News
A new npm package tests AI malware scanners with prompt injection, safety-triggering comments, context flooding, and obfuscated JavaScript.