You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

cpf_and_cnpj-generator

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cpf_and_cnpj-generator - npm Package Compare versions

Comparing version

to
1.1.3

9

package.json
{
"name": "cpf_and_cnpj-generator",
"version": "1.1.2",
"version": "1.1.3",
"description": "This repository contains a JavaScript code that generates a valid Brazilian CPF (Cadastro de Pessoas Físicas). CPF is a unique identification number assigned to individuals in Brazil. The code ensures that the generated CPF numbers follow the required validation rules and algorithms.",

@@ -11,4 +11,4 @@ "main": "dist/index.js",

"build:types": "tsc -p tsconfig.types.json",
"build": "yarn build:types && yarn build:dist",
"webpack": "webpack --mode=production"
"build:browser": "webpack",
"build": "yarn build:types && yarn build:dist && yarn build:browser"
},

@@ -38,3 +38,4 @@ "repository": {

"front-end",
"back-end"
"back-end",
"node"
],

@@ -41,0 +42,0 @@ "author": "Gabriel Logan",