Go to file
dependabot[bot] 4c66306116
Bump tough-cookie and jest
Removes [tough-cookie](https://github.com/salesforce/tough-cookie). It's no longer used after updating ancestor dependency [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest). These dependencies need to be updated together.


Removes `tough-cookie`

Updates `jest` from 24.9.0 to 29.6.1
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v29.6.1/packages/jest)

---
updated-dependencies:
- dependency-name: tough-cookie
  dependency-type: indirect
- dependency-name: jest
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-09 05:29:15 +00:00
.vscode Fixed new Date => new Date(Date.UTC(....)) 2019-03-28 20:02:17 +01:00
dist merged pull request 2021-02-17 11:29:40 +01:00
docs Doc fix 2019-03-28 23:04:38 +01:00
example Corretto ordinamento delle province 2020-09-17 13:22:23 +02:00
src Switch to default export 2021-08-02 20:37:45 +02:00
tests Merge branch 'master' into master 2021-02-17 11:26:51 +01:00
types Bug fix and example completion 2018-10-08 11:27:13 +02:00
.babelrc Fixed new Date => new Date(Date.UTC(....)) 2019-03-28 20:02:17 +01:00
.editorconfig Fixed new Date => new Date(Date.UTC(....)) 2019-03-28 20:02:17 +01:00
.gitignore compute inverse even if there is an omocodia 2020-04-14 19:04:28 +02:00
package-lock.json Bump tough-cookie and jest 2023-07-09 05:29:15 +00:00
package.json Bump tough-cookie and jest 2023-07-09 05:29:15 +00:00
readme.md Fixed bug with Bolzano (issue #41) 2020-09-17 16:04:50 +02:00
update_comuni.py Added Python script to get up-to-date data from ISTAT 2020-05-29 23:15:49 +02:00
utils.js fix bug #50 2020-12-29 19:58:43 +01:00
webpack.config.js Fixed new Date => new Date(Date.UTC(....)) 2019-03-28 20:02:17 +01:00

CodiceFiscale.js

CodiceFiscale.js is a javascript and typescript utility library to compute and validate Italian Italian Tax code (codice fiscale).

Check it out

CodiceFiscaleJS

Donate

Donate

Change log

Version 2.3.4

  • Improved search
  • Bug fixes

Version 2.3.0

  • Complete italian comuni list (comuni soppressi, che hanno cambiato provincia) [last update 29/05/2020]
  • Python script to update data directly from the ISTAT website

Version 2.2.5

  • Added more comuni
  • Updated gh-pages sites
  • Security fix

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 into dist directory.
  • npm run test: launch the tests.