stdnum 1.9.8 → 1.9.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -29,6 +29,8 @@ All country validators are in the "namespace" of the ISO country code.
29
29
 
30
30
  ## Supported Countries and Numbers
31
31
 
32
+ How you can help! This library currently support about half the countries in the world. It would be great if we can get to 100%. Submit an issue with any reference documentation and I'll do my best to integrate it, bonus points if you can get detailed descriptions of checksums or other validation criteria.
33
+
32
34
  | Country | Code | Name | Group | Meaning |
33
35
  | ---------------------- | ---- | --------------- | ------------------ | -------------------------------------------------------------------------------------------------------------------------------------- |
34
36
  | Andorra | AD | NRT | Tax | Tax Register Identifier (Número de Registre Tributari) |
@@ -220,6 +222,7 @@ many of the checksum algorithm sources
220
222
 
221
223
  ### References
222
224
 
225
+ https://www.oecd.org/tax/automatic-exchange/crs-implementation-and-assistance/tax-identification-numbers/
223
226
  https://wiki.scn.sap.com/wiki/display/CRM/Country+Tax+Category+check
224
227
 
225
228
  ### Release Notes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stdnum",
3
- "version": "1.9.8",
3
+ "version": "1.9.10",
4
4
  "description": "Standard Number Validation",
5
5
  "files": [
6
6
  "lib"