basant307/AI_Governance_Project
045
11.2.2 / 2024-10-292==================3 4* various metadata/documentation tweaks (incl. #51)5 6 71.2.1 / 2023-02-278==================9 10* update annotations for allowed secret key types (#44, thanks @jyasskin!)11 12 131.2.0 / 2022-02-1714==================15 16* allow buffer and other node-supported types as key (#33)17* be pickier about extra content after signed portion (#40)18* some internal code clarity/cleanup improvements (#26)19 20 211.1.0 / 2018-01-1822==================23 24* switch to built-in `crypto.timingSafeEqual` for validation instead of previous double-hash method (thank you @jodevsa!)25 26 271.0.7 / 2023-04-1228==================29 30Later release for older node.js versions. See the [v1.0.x branch notes](https://github.com/tj/node-cookie-signature/blob/v1.0.x/History.md#107--2023-04-12).31 32 331.0.6 / 2015-02-0334==================35 36* use `npm test` instead of `make test` to run tests37* clearer assertion messages when checking input38 39 401.0.5 / 2014-09-0541==================42 43* add license to package.json44 451.0.4 / 2014-06-2546==================47 48 * corrected avoidance of timing attacks (thanks @tenbits!)49 501.0.3 / 2014-01-2851==================52 53 * [incorrect] fix for timing attacks54 551.0.2 / 2014-01-2856==================57 58 * fix missing repository warning59 * fix typo in test60 611.0.1 / 2013-04-1562==================63 64 * Revert "Changed underlying HMAC algo. to sha512."65 * Revert "Fix for timing attacks on MAC verification."66 670.0.1 / 2010-01-0368==================69 70 * Initial release71 