vin-decoder icon indicating copy to clipboard operation
vin-decoder copied to clipboard

VIN Decoder

Results 3 vin-decoder issues
Sort by recently updated
recently updated
newest added

Bumps [mocha](https://github.com/mochajs/mocha) from 10.2.0 to 10.4.0. Release notes Sourced from mocha's releases. v10.4.0 10.4.0 / 2024-03-26 :tada: Enhancements #4829 feat: include .cause stacks in the error stack traces (@​voxpelli) #4985...

dependencies

Bumps [chai](https://github.com/chaijs/chai) from 4.3.10 to 5.1.0. Release notes Sourced from chai's releases. v5.1.0 What's Changed Remove useless guards and add parentheses to constuctors by @​koddsson in chaijs/chai#1593 Cleanup jsdoc comments...

dependencies

Added support for EU and World VINs, to ignore the checksum logic: https://www.johndcook.com/blog/2019/09/12/vin-check-sum/#:~:text=The%20check%20sum%20is%20in,the%20VIN%2C%20the%209th%20character. `validate(vin,checksum)` now supports `checksum='eu'` or `'world'` which will skip over the checksum logic. Added this to test.js:...