🚀 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
27
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
0.10.0-alpha.0
to
0.10.0-alpha.1
+0
-1
dist/index.js
#!/usr/bin/env node
#!/usr/bin/env node

@@ -4,0 +3,0 @@ // src/program.ts

+7
-6
{
"name": "@br-validators/cli",
"version": "0.10.0-alpha.0",
"version": "0.10.0-alpha.1",
"description": "Terminal CLI for Brazilian document validation — CPF, CNPJ, CEP, IE, PIX, boleto, and more",

@@ -9,8 +9,8 @@ "license": "MIT",

"type": "git",
"url": "git+https://github.com/AlexandreZanata/doc-raiz.git",
"url": "git+https://github.com/AlexandreZanata/br-validators.git",
"directory": "apps/cli"
},
"homepage": "https://github.com/AlexandreZanata/doc-raiz#readme",
"homepage": "https://github.com/AlexandreZanata/br-validators/tree/main/apps/cli#readme",
"bugs": {
"url": "https://github.com/AlexandreZanata/doc-raiz/issues"
"url": "https://github.com/AlexandreZanata/br-validators/issues"
},

@@ -25,6 +25,7 @@ "keywords": [

"publishConfig": {
"access": "public"
"access": "public",
"tag": "alpha"
},
"bin": {
"br-validators": "./dist/index.js"
"br-validators": "dist/index.js"
},

@@ -31,0 +32,0 @@ "dependencies": {

@@ -5,2 +5,4 @@ # @br-validators/cli

**Repo:** [github.com/AlexandreZanata/br-validators](https://github.com/AlexandreZanata/br-validators)
---

@@ -7,0 +9,0 @@