Sign In

@parserelay/core

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@parserelay/core

Shared scan request/response contract for ParseRelay (types + runtime request schema).

latest
Source
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

@parserelay/core

The shared scan request/response contract for ParseRelay — the single source of truth used by the MCP tool, the REST endpoint, and the <DeadSimpleMicroScanner> component.

import type { ScanRequest, ScanEnvelope, Engine } from "@parserelay/core";
import { isEnvelope } from "@parserelay/core";

Design rule: the envelope (ScanEnvelope) is stable and additive-only. The engine is a swappable parameter behind it — new extraction modes ship without breaking existing callers.

The types exported here are the canonical definition of the scan contract. See docs/SCAN_API.md for the full reference and docs/ERRORS.md for error codes.

FAQs

Package last updated on 15 Jun 2026

Did you know?

Socket

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.

Install

Related posts