New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@brazilian-utils/is-valid-boleto

Package Overview
Dependencies
Maintainers
3
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@brazilian-utils/is-valid-boleto

Check if Boleto is valid.

0.1.0
latest
Source
npm
Version published
Maintainers
3
Created
Source

@brazilian-utils/is-valid-boleto

Check if Boleto is valid

Installation

# Yarn
yarn add @brazilian-utils/is-valid-boleto

# npm
npm install @brazilian-utils/is-valid-boleto --save

# UMD
<script type='text/javascript' src='https://unpkg.com/@brazilian-utils/is-valid-boleto/dist/index.umd.js'></script>

Usage

import isValidBoleto from '@brazilian-utils/is-valid-boleto';

isValidBoleto('00190000090114971860168524522114675860000102656'); // true
isValidBoleto('4675860000102656'); // false

Keywords

boleto

FAQs

Package last updated on 10 Sep 2018

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