New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@batterii/yeoman-validators

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@batterii/yeoman-validators

Validators for Batterii Yeoman generators

latest
Source
npmnpm
Version
0.2.0
Version published
Maintainers
1
Created
Source

@batterii/yeoman-validators

A library of validator functions to use for Yeoman generator prompts. Each returns either true or an error message string, as specified by Inquirer.js, the CLI library Yeoman uses to display its prompts.

Generally, validation logic for generators should live in the generators themselves, but in some cases similar options must be provided to more than one generator. To avoid duplicating the logic, place any such validators in here.

To see a list of validators, check out the API docs.

FAQs

Package last updated on 22 Jun 2021

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