Gathering detailed insights and metrics for @brazilian-utils/is-valid-cpf
Gathering detailed insights and metrics for @brazilian-utils/is-valid-cpf
Gathering detailed insights and metrics for @brazilian-utils/is-valid-cpf
Gathering detailed insights and metrics for @brazilian-utils/is-valid-cpf
npm install @brazilian-utils/is-valid-cpf
Typescript
Module System
Node Version
NPM Version
75.7
Supply Chain
73.3
Quality
79
Maintenance
100
Vulnerability
100
License
Release 1.0.0-rc.12
Published on 27 Oct 2020
Release 1.0.0-rc.11
Published on 25 Aug 2020
Release 1.0.0-rc.10
Published on 27 Jul 2020
Release 1.0.0-rc.9
Published on 09 Jul 2020
Release 1.0.0-rc.8
Published on 17 Jun 2020
Release 1.0.0-rc.7
Published on 05 May 2020
TypeScript (99.43%)
JavaScript (0.57%)
Total Downloads
3,596,127
Last Day
22
Last Week
1,158
Last Month
14,093
Last Year
200,819
1,551 Stars
640 Commits
110 Forks
30 Watching
11 Branches
25 Contributors
Minified
Minified + Gzipped
Latest Version
1.0.0-alpha.3
Package Id
@brazilian-utils/is-valid-cpf@1.0.0-alpha.3
Size
4.29 kB
NPM Version
lerna/3.16.2/node@v11.12.0+x64 (darwin)
Node Version
11.12.0
Publised On
23 Jul 2019
Cumulative downloads
Total Downloads
Last day
-95.7%
22
Compared to previous day
Last week
-72.6%
1,158
Compared to previous week
Last month
-3.4%
14,093
Compared to previous month
Last year
5.3%
200,819
Compared to previous year
Check if CPF is valid.
See our website http://brazilian-utils.github.io for more information or the issues associated with this package.
Using NPM:
1npm install @brazilian-utils/is-valid-cpf --save
using Yarn
1yarn add @brazilian-utils/is-valid-cpf
or using
1<script 2 type="text/javascript" 3 src="https://unpkg.com/@brazilian-utils/is-valid-cpf/dist/is-valid-cpf.umd.production.js" 4></script>
If you load from a tag, you can use isValidCpf
global. If you use ES6 with npm, you can write import isValidCpf from '@brazilian-utils/is-valid-cpf'
. If you use ES5 with npm, you can write var isValidCpf = require('@brazilian-utils/is-valid-cpf')
.
1isValidCpf('94389575104'); // true 2isValidCpf('943.895.751-04'); // true 3isValidCpf('93319545101'); // false 4isValidCpf('933.195.451-01'); // false
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
7 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 5
Reason
dependency not pinned by hash detected -- score normalized to 3
Details
Reason
Found 2/9 approved changesets -- score normalized to 2
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
52 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-12-23
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More