Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@raisin/yup-validations

Package Overview
Dependencies
Maintainers
14
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@raisin/yup-validations

Yup validation extensions for IBAN and German Tax ID

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
314
increased by31.93%
Maintainers
14
Weekly downloads
 
Created
Source

Yup Validation Extensions

Adds IBAN and German Tax ID as a reusable Yup schema.

Usage

import yup from "@raisin/yup-validations";

const schema = yup.string().iban();
schema.isValid("GB94BARC10201530093459"); // true
schema.isValid("GB94 BARC 1020 1530 0934 59"); // true
schema.isValid("US64SVBKUS6S3300958879"); // false

Installation

Using NPM:

$ npm install --save @raisin/yup-validations

or Yarn:

$ yarn add @raisin/yup-validations

License

Distributed under the MIT License. See LICENSE for more information.

Support

Reach out to us!

  • Website at weltsparen.de

FAQs

Package last updated on 01 Jul 2020

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