mirror of
https://github.com/danog/CodiceFiscaleJS.git
synced 2024-11-26 20:14:55 +01:00
66c11a2478
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.15. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.15) Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.vscode | ||
dist | ||
docs | ||
example | ||
lib | ||
src | ||
tests | ||
types | ||
.babelrc | ||
.editorconfig | ||
.gitignore | ||
bundle.js | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
readme.md | ||
webpack.config.js |
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 2.2.4
- 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-js --save
var CodiceFiscale = require('codice-fiscale-js');
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.