🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@br-validators/cli

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@br-validators/cli - npm Package Compare versions

Comparing version
1.5.0
to
1.6.0
+2
-2
package.json
{
"name": "@br-validators/cli",
"version": "1.5.0",
"version": "1.6.0",
"description": "CLI for @br-validators/core — CPF, CNPJ, NF-e, IE, PIX, boleto + detect/sanitize/generate",

@@ -48,3 +48,3 @@ "license": "MIT",

"commander": "^13.1.0",
"@br-validators/core": "1.5.0"
"@br-validators/core": "1.6.0"
},

@@ -51,0 +51,0 @@ "devDependencies": {

@@ -109,4 +109,24 @@ # @br-validators/cli

br-validators cest lookup 0302100 --json
br-validators cnae lookup 6201501 --json
br-validators cnae search "web design" --limit 5
br-validators cfop lookup 1102 --json
br-validators cfop search compra --limit 5
br-validators ncm lookup 12011000 --json
br-validators ncm search soja --limit 5
br-validators cbo lookup 212405 --json
br-validators cbo search analista --limit 5
```
### Geography & calendar (27d)
```bash
br-validators ibge lookup 3550308 --json
br-validators ibge list estados --limit 5
br-validators ibge list municipios --uf SP --limit 10 --json
br-validators tse-municipios lookup 71072 --verbose
br-validators feriados list --year 2026 --json
br-validators cep faixa 01310 --json
br-validators ddd lookup 11 --verbose
```
### Trade (26d)

@@ -144,5 +164,3 @@

| `--source` | Print official source URL (per-type) |
| `--uf` | Required for IE / detect / sanitize IE |
| `--verbose` | Include dataset capture date (`bancos`, reference `lookup` commands) |
| `--limit` | Max rows for `bancos list` |
| `--uf` | Required for IE / detect / sanitize IE; optional filter for `ibge list municipios` |

@@ -149,0 +167,0 @@ ### CI

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display