koblas / stdnum-js

A JavaScript library to provide functions to handle, parse and validate standard numbers.
MIT License
39 stars 26 forks source link

France INSEE or NIR validation issue #52

Closed teebu closed 1 year ago

teebu commented 1 year ago

Using online tool: https://randommer.io/SocialNumber/SsnValidator

I referenced this python code as a source: https://gist.github.com/jauneau/1206760

number: 186022A21532523 result: Valid

image

The library returns invalid.

Other numbers tested and passed validation: 169109935247001 178059933010817 2820417379785 16

koblas commented 1 year ago

Good find.