cookie-signature
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -1,4 +0,10 @@ | ||
1.2.1 / 2022-02-27 | ||
1.2.2 / 2024-10-29 | ||
================== | ||
* various metadata/documentation tweaks (incl. #51) | ||
1.2.1 / 2023-02-27 | ||
================== | ||
* update annotations for allowed secret key types (#44, thanks @jyasskin!) | ||
@@ -21,2 +27,8 @@ | ||
1.0.7 / 2023-04-12 | ||
================== | ||
Later 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). | ||
1.0.6 / 2015-02-03 | ||
@@ -23,0 +35,0 @@ ================== |
{ | ||
"name": "cookie-signature", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"main": "index.js", | ||
"description": "Sign and unsign cookies", | ||
@@ -22,4 +23,3 @@ "keywords": ["cookie", "sign", "unsign"], | ||
"test": "mocha --require should --reporter spec" | ||
}, | ||
"main": "index" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
4993