New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cpf_and_cnpj-generator

Package Overview
Dependencies
Maintainers
1
Versions
19
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 1.0.5 to 1.0.6

dist/index.js

26

package.json
{
"name": "cpf_and_cnpj-generator",
"version": "1.0.5",
"version": "1.0.6",
"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.",
"main": "index.js",
"main": "dist/index.js",
"types": "types/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "jest --coverage",
"build:dist": "tsc",
"build:types": "tsc -p tsconfig.types.json",
"build": "yarn build:types && yarn build:dist",
"webpack": "webpack --mode=production"
},

@@ -29,3 +34,16 @@ "repository": {

},
"homepage": "https://github.com/gabriel-logan/Gerador-CPF-e-CNPJ-valido#readme"
"homepage": "https://github.com/gabriel-logan/Gerador-CPF-e-CNPJ-valido#readme",
"devDependencies": {
"@types/jest": "^29.5.12",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"jest": "^29.7.0",
"multiform-validator": "^1.0.40",
"prettier": "^3.2.5",
"ts-jest": "^29.1.2",
"typescript": "^5.4.2"
}
}
cnpjGenerator.js
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