UNPKG

@crmackey/fernet

Version:

ypeScript implementation of Fernet symmetric encryption.

72 lines (32 loc) 2.58 kB
# Changelog All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. ### [0.0.15](https://github.com/CalebM1987/fernet/compare/v0.0.14...v0.0.15) (2023-01-24) ### Features * **demo:** improved demo with TTL support ([498e5ca](https://github.com/CalebM1987/fernet/commit/498e5ca24de958a4a1ea43abeed4534bae325b8b)) ### [0.0.14](https://github.com/CalebM1987/fernet/compare/v0.0.13...v0.0.14) (2023-01-21) ### [0.0.13](https://github.com/CalebM1987/fernet/compare/v0.0.12...v0.0.13) (2023-01-21) ### Features * added demo app and vite usage info ([a9edd6c](https://github.com/CalebM1987/fernet/commit/a9edd6cc06306ca03dbf5bc0d05fc3dc4e9cdc2f)) ### [0.0.12](https://github.com/CalebM1987/fernet/compare/v0.0.11...v0.0.12) (2022-09-13) ### Bug Fixes * **test:** use jsdom for node testing environment ([f31babb](https://github.com/CalebM1987/fernet/commit/f31babbd87243fe52e8dde1d6f6ef6b45ca86543)) ### [0.0.11](https://github.com/CalebM1987/fernet/compare/v0.0.10...v0.0.11) (2022-09-13) ### [0.0.10](https://github.com/CalebM1987/fernet/compare/v0.0.9...v0.0.10) (2022-09-13) ### Bug Fixes * try to polyfill global when it is not defined ([65a5c1f](https://github.com/CalebM1987/fernet/commit/65a5c1f95b268cbe527f8d28c219692f394959a5)) ### [0.0.9](https://github.com/CalebM1987/fernet/compare/v0.0.8...v0.0.9) (2022-09-09) ### Bug Fixes * fixed TTL validation bug ([332e36d](https://github.com/CalebM1987/fernet/commit/332e36d5f79df8946d029ddf02bcee9b51e3b7b1)) ### [0.0.8](https://github.com/CalebM1987/fernet/compare/v0.0.7...v0.0.8) (2022-08-29) ### Features * export necessary typings ([6781b80](https://github.com/CalebM1987/fernet/commit/6781b8088dcffa8aacdee099447954c4c3fd178d)) ### [0.0.7](https://github.com/CalebM1987/fernet/compare/v0.0.6...v0.0.7) (2022-08-26) ### Features * export all named exports ([e30e4d5](https://github.com/CalebM1987/fernet/commit/e30e4d5b9aec5dc9919c7fa95673cb280fd392de)) ### [0.0.6](https://github.com/CalebM1987/fernet/compare/v0.0.5...v0.0.6) (2022-06-17) ### [0.0.5](https://github.com/CalebM1987/fernet/compare/v0.0.4...v0.0.5) (2022-06-16) ### [0.0.4](https://github.com/CalebM1987/fernet/compare/v0.0.3...v0.0.4) (2022-06-16) ### [0.0.3](https://github.com/CalebM1987/fernet/compare/v0.0.2...v0.0.3) (2022-06-16) ### 0.0.2 (2022-06-16) ### Features * initial build of fernet package ([ae2445c](https://github.com/CalebM1987/fernet/commit/ae2445ca11957507cdbf56c7862d84f2cdfd0ed1))