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

validator-brazil

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

validator-brazil - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

.github/workflows/nodejs.yml

7

package.json
{
"name": "validator-brazil",
"version": "1.2.1",
"version": "1.2.2",
"description": "validacao de cpf e cnpj",

@@ -29,6 +29,3 @@ "main": "src/index.js",

"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"babel-core": "^7.0.0-bridge.0",
"jest": "^23.6.0"
"jest": "^25.4.0"
},

@@ -35,0 +32,0 @@ "jest": {

# validator-brazil
With this module, you can validate the CPF and CNPJ numbers. Documents only Brazilian.
With this module, you can validate the CPF, CNPJ and CEP numbers. Documents only Brazilian.

@@ -5,0 +5,0 @@ [![npm version](https://badge.fury.io/js/validator-brazil.svg)](https://badge.fury.io/js/validator-brazil)

@@ -1,2 +0,2 @@

import { isCep } from "../index";
const isCep = require("../index").isCep;

@@ -3,0 +3,0 @@ describe("cep validation", () => {

@@ -1,2 +0,2 @@

import { isCnpj } from "../index";
const isCnpj = require("../index").isCnpj;

@@ -3,0 +3,0 @@ describe("cnpj validation", () => {

@@ -1,2 +0,2 @@

import { isCpf } from "../index";
const isCpf = require("../index").isCpf;

@@ -3,0 +3,0 @@ describe("cpf validation", () => {

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