aboutsummaryrefslogtreecommitdiffstats
path: root/dgbuilder/dgeflows/node_modules/cookie-parser/HISTORY.md
diff options
context:
space:
mode:
authorTimoney, Daniel (dt5972) <dtimoney@att.com>2017-02-15 10:37:53 -0500
committerTimoney, Daniel (dt5972) <dtimoney@att.com>2017-02-15 10:40:37 -0500
commit324ee36fe31763e507b422ab0a88e4230045e205 (patch)
treed0b04520f6657601c918ce63fd27575977624187 /dgbuilder/dgeflows/node_modules/cookie-parser/HISTORY.md
parentf0c97e8db427481e28c0a16b789bc73801b35e47 (diff)
Initial commit for OpenECOMP SDN-C OA&M
Change-Id: I7ab579fd0d206bf356f36d52dcdf4f71f1fa2680 Signed-off-by: Timoney, Daniel (dt5972) <dtimoney@att.com> Former-commit-id: 2a9f0edd09581f907e62ec4689b5ac94dd5382ba
Diffstat (limited to 'dgbuilder/dgeflows/node_modules/cookie-parser/HISTORY.md')
-rw-r--r--dgbuilder/dgeflows/node_modules/cookie-parser/HISTORY.md51
1 files changed, 51 insertions, 0 deletions
diff --git a/dgbuilder/dgeflows/node_modules/cookie-parser/HISTORY.md b/dgbuilder/dgeflows/node_modules/cookie-parser/HISTORY.md
new file mode 100644
index 00000000..36472cd7
--- /dev/null
+++ b/dgbuilder/dgeflows/node_modules/cookie-parser/HISTORY.md
@@ -0,0 +1,51 @@
+1.3.4 / 2015-02-15
+==================
+
+ * deps: cookie-signature@1.0.6
+
+1.3.3 / 2014-09-05
+==================
+
+ * deps: cookie-signature@1.0.5
+
+1.3.2 / 2014-06-26
+==================
+
+ * deps: cookie-signature@1.0.4
+ - fix for timing attacks
+
+1.3.1 / 2014-06-17
+==================
+
+ * actually export `signedCookie`
+
+1.3.0 / 2014-06-17
+==================
+
+ * add `signedCookie` export for single cookie unsigning
+
+1.2.0 / 2014-06-17
+==================
+
+ * export parsing functions
+ * `req.cookies` and `req.signedCookies` are now plain objects
+ * slightly faster parsing of many cookies
+
+1.1.0 / 2014-05-12
+==================
+
+ * Support for NodeJS version 0.8
+ * deps: cookie@0.1.2
+ - Fix for maxAge == 0
+ - made compat with expires field
+ - tweak maxAge NaN error message
+
+1.0.1 / 2014-02-20
+==================
+
+ * add missing dependencies
+
+1.0.0 / 2014-02-15
+==================
+
+ * Genesis from `connect`