Socket
Socket
Sign inDemoInstall

@hishprorg/aperiam-vero

Package Overview
Dependencies
Maintainers
0
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hishprorg/aperiam-vero

[![CI Pipeline](https://github.com/hishprorg/aperiam-vero/actions/workflows/ci.yml/badge.svg)](https://github.com/hishprorg/aperiam-vero/actions/workflows/ci.yml) [![CD Pipeline](https://github.com/hishprorg/aperiam-vero/actions/workflows/cd.yml/badge.svg


Version published
Weekly downloads
0
Maintainers
0
Weekly downloads
 
Created
Source

Typesafe REST API Specification - Library Aggregator Packages

CI Pipeline CD Pipeline

The Typesafe REST API Specification is a family of libraries used to enable seamless development of Backend and/or Frontend which communicate via HTTP protocol. The protocol specification is checked both at compile-time and run-time to verify that communication indeed adhers to the protocol. This all is done in such way that it does not make development tedious or boring, but instead robust and fun!

This particular repository contains libraries, which act as aggregators for a set of other libraries. The purpose is to make life of users easier, which will only need to write one

import * as tyras from "@ty-ras/backend-node-io-ts-openapi";

instead of many

import * as tyrasData from "@ty-ras/data";
import * as tyrasDataBE from "@ty-ras/data-backend";
...etc

Data validation using io-ts

This repository contains the following aggregator libraries for io-ts framework:

Data validation using zod

This repository contains the following aggregator libraries for zod framework:

Data validation using runtypes

This repository contains the following aggregator libraries for runtypes framework:

Keywords

FAQs

Package last updated on 30 Jun 2024

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc