
Security News
Node.js Moves to Annual Major Releases Starting with Node 27
The project is retiring its odd/even release model in favor of a simpler annual cadence where every major version becomes LTS.
@types/level-errors
Advanced tools
TypeScript definitions for level-errors
npm install --save @types/level-errors
This package contains type definitions for level-errors (https://github.com/Level/errors).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/level-errors.
// Type definitions for level-errors 3.0
// Project: https://github.com/Level/errors
// Definitions by: Junxiao Shi <https://github.com/yoursunny>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export class LevelUPError extends Error {}
export class InitializationError extends LevelUPError {}
export class OpenError extends LevelUPError {}
export class ReadError extends LevelUPError {}
export class WriteError extends LevelUPError {}
export class NotFoundError extends LevelUPError {
readonly notFound: true;
readonly status: 404;
}
export class EncodingError extends LevelUPError {}
These definitions were written by Junxiao Shi.
FAQs
TypeScript definitions for level-errors
We found that @types/level-errors demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
The project is retiring its odd/even release model in favor of a simpler annual cadence where every major version becomes LTS.

Research
/Security News
Published late February to early March 2026, these crates impersonate timeapi.io and POST .env secrets to a threat actor-controlled lookalike domain.

Security News
A recent burst of security disclosures in the OpenClaw project is drawing attention to how vulnerability information flows across advisory and CVE systems.