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

@lacussoft/cpf-fmt

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

@lacussoft/cpf-fmt - npm Package Compare versions

Comparing version
1.4.3
to
1.4.4
+7
-0
CHANGELOG.md
# @lacussoft/cpf-fmt
## 1.4.4
### Patch Changes
- e3f479a: Update package description.
- 12cc5b1: Fix types declaration export.
## 1.4.3

@@ -4,0 +11,0 @@

+1
-1
/**
* LacusSoft :: cpf-fmt v1.4.3
* LacusSoft :: cpf-fmt v1.4.4
*

@@ -4,0 +4,0 @@ * @author Julio L. Muller.

/**
* LacusSoft :: cpf-fmt v1.4.3
* LacusSoft :: cpf-fmt v1.4.4
*

@@ -4,0 +4,0 @@ * @author Julio L. Muller.

{
"name": "@lacussoft/cpf-fmt",
"version": "1.4.3",
"description": "Utility function to format CPF (Brazilian ID document).",
"version": "1.4.4",
"description": "Utility function to format CNPJ (Brazilian personal ID)",
"license": "MIT",

@@ -36,2 +36,3 @@ "author": {

".": {
"types": "./build/index.d.ts",
"require": {

@@ -38,0 +39,0 @@ "default": "./build/index.cjs"

@@ -10,3 +10,3 @@ # LacusSoft :: cpf-fmt

Utility function to format CPF (Brazilian ID document).
Utility function to format CNPJ (Brazilian personal ID).

@@ -84,1 +84,17 @@ ## Browser Support

```
## Contributing
1. Fork the repository
2. Create your feature branch (`git checkout -b feature/amazing-feature`)
3. Commit your changes (`git commit -m 'feat: add some amazing feature'`)
4. Push to the branch (`git push origin feature/amazing-feature`)
5. Open a Pull Request
## Changelog
See [CHANGELOG.md](CHANGELOG.md) for a list of changes and version history.
---
Made with ❤️ by [Lacus Solutions](https://github.com/LacusSolutions)