grpc-validation

JSON →
library 1.0.2 ·javascript
verified Jun 7, 2026

A small Node.js library for gRPC-based request validation in payment/order systems. Current stable version is 1.0.2. The package provides two main functions: getIssue for registering accounts (returning key/secret) and getValidateOrder for validating order objects against a remote gRPC service. Note that the package does not use Protocol Buffer validation but rather a proprietary gRPC API. It is not actively maintained, has no TypeScript definitions, and no tests visible. Alternatives with better validation support include @grpc/proto-loader and protobuf-validate.