Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,33 @@
# Changelog

## 1.0.0 (2026-01-23)


### Features

* add func and tests of hotp method ([bd7c142](https://github.com/vmwavie/security-toolkit/commit/bd7c142297065b9e25ca0f35bb262d4ee3f62ab1))
* add test for sanitize methods ([424c815](https://github.com/vmwavie/security-toolkit/commit/424c815b0687c575be631a714d49459cf588682e))
* add user data logger ([efed733](https://github.com/vmwavie/security-toolkit/commit/efed733b948218922a2489234f3bfbfb1637c8bd))
* email blacklist checker ([9b42a0d](https://github.com/vmwavie/security-toolkit/commit/9b42a0d7d6de7750d22a7eaf209b0634f561d69a))
* host resolver ([aa19b6e](https://github.com/vmwavie/security-toolkit/commit/aa19b6e3a01494b0ab2aa5a96b4507b0161d57c0))
* ipTracker ([91656ff](https://github.com/vmwavie/security-toolkit/commit/91656ff8f5a97e5fd7befd3b8f2a23f25e0a1f54))
* password complexity checker ([8282ae1](https://github.com/vmwavie/security-toolkit/commit/8282ae1ff134ca2a88380db7c0904d800a261511))


### Bug Fixes

* fix build error with lib ([227305b](https://github.com/vmwavie/security-toolkit/commit/227305bdb779b4a0d94700d0a8d0122780d76e38))
* generate qrcodeuri ([84cf2aa](https://github.com/vmwavie/security-toolkit/commit/84cf2aad2cf089b1ba8bc9aa0474db951bd851c7))
* issue within npm installation ([04bf595](https://github.com/vmwavie/security-toolkit/commit/04bf5952fb91297ecfee1dbdf004e9f2d3d40069))
* test cases ([6ccb770](https://github.com/vmwavie/security-toolkit/commit/6ccb7704882a6acb9295d425a758bc779a2aa684))
* test expect results ([ab295e4](https://github.com/vmwavie/security-toolkit/commit/ab295e411f0ef785d709723f782bd3e72e104091))
* webpack build command ([e303b24](https://github.com/vmwavie/security-toolkit/commit/e303b2425332b6a2d99ceee74aa68ef5655efced))
* webpack correction ([547c9a4](https://github.com/vmwavie/security-toolkit/commit/547c9a419168d283d562803be1b8a33b3a391116))
* webpack correction ([4e03812](https://github.com/vmwavie/security-toolkit/commit/4e03812135029aa79e3f2b0bc570ae44d84683f1))
* webpack correction ([9b20aa1](https://github.com/vmwavie/security-toolkit/commit/9b20aa1807c129646ea8a5461cd6f8bee3b21e35))
* webpack correction ([c3bd8f2](https://github.com/vmwavie/security-toolkit/commit/c3bd8f21e1e52c3ac1e6b674c3fea0c0af39022b))
* webpack correction ([22aa9c1](https://github.com/vmwavie/security-toolkit/commit/22aa9c16e16cb5603ddec0951413e156bea7b524))
* webpack correction ([50531af](https://github.com/vmwavie/security-toolkit/commit/50531af960231e38f6ca9b6a0117869d13983537))
* webpack lib ([e977060](https://github.com/vmwavie/security-toolkit/commit/e9770607147ac8185b2bff115cebd55298ee05a2))

[testing]
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "security-toolkit",
"version": "1.1.8",
"version": "1.0.0",
"description": "A library for implementing multiples security measures in a nodejs application",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand Down