Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2019-12-30 | 495 Bytes | |
v12.0.0 source code.tar.gz | 2019-12-30 | 341.5 kB | |
v12.0.0 source code.zip | 2019-12-30 | 397.5 kB | |
Totals: 3 Items | 739.5 kB | 1 |
This is a rewrite of the entire library using TypeScript. Please visit https://github.com/yeojz/otplib/wiki/Upgrading-to-v12 for major changes.
Major Changes
- Split library into
core
,plugin
andpreset
- Better extensibility and maintainability via plugins
- Multi packages
- New website with versioning via hosting service.
async
support- Smaller output size for the browser bundle
- Added tests for built packages.
- Added browser testing as part of release