codice-fiscale-gp
v0.0.1
Published
The Italian Tax Code Library for Javascript and Typescript
Downloads
3
Readme
CodiceFiscale.js
CodiceFiscale.js is a javascript and typescript utility library to compute and validate Italian Italian Tax code (codice fiscale).
Check it out
Donate
Change log
Version 0.0.1
- Fixed lowercase validation issue
- Updated country list
- Security fix
Version 2.2.1
- Fixed UTC Date issue
- Minor bug fixed
Version 2.0.0
- Added TypeScript support
- Added Object-oriented API
- Improved performance
- Improved error detection
- Backcompatible
Installation
Node
npm install codice-fiscale-gp --save
var CodiceFiscale = require('codice-fiscale-gp');
Web
<script src="/dist/codice.fiscale.var.js"></script>
AMD, UMD e CommonJS version are available. Check dist
folder
Docs
Available npm scripts:
npm run build
: build the bundle intodist
directory.npm run test
: launch the tests.