
Security News
/Research
Compromised Injective SDK npm Package Exfiltrates Wallet Keys and Mnemonics
Compromised Injective SDK npm version 1.20.21 exfiltrates wallet private keys and mnemonics through fake telemetry functionality.
@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 33 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.

Security News
/Research
Compromised Injective SDK npm version 1.20.21 exfiltrates wallet private keys and mnemonics through fake telemetry functionality.

Security News
npm v12 is generally available, turning install scripts off by default and beginning the deprecation of 2FA-bypass publishing tokens.

Research
/Security News
Socket tracks the activity as Operation “Muck and Load”: a threat actor uses commit-farming workflows, public dead drops, and protected archives to stage Windows RAT and infostealer malware.