You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@ty-ras-extras/frontend-io-ts

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ty-ras-extras/frontend-io-ts

Bundle of TyRAS Extras libraries suitable to use in frontends which use `io-ts` as data validation library.

2.0.1
latest
Source
npmnpm
Version published
Maintainers
1
Created
Source

TyRAS Extras Library Bundle - Frontend using io-ts as Data Validation Library

This library bundles various frontend-related @ty-ras-extras/* libraries into one. The purpose is to enable writing

import { single-extras-aspect } from "@ty-ras-extras/frontend-io-ts";

instead of

import * as tyrasConfig from "@ty-ras-extras/config-io-ts/string";
import * as tyrasCache from "@ty-ras-extras/cache";
...etc

This library exports all members of the following libraries:

  • @ty-ras/cache, and
  • @ty-ras/config-io-ts, specifically only string subpath export, as other export uses Node fs module.

Keywords

backend

FAQs

Package last updated on 03 Feb 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