validator-brazil
Advanced tools
Comparing version 1.2.1 to 1.2.2
{ | ||
"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", () => { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8583
1