From dc46b87abee1e441c07524ddde67fd902a919336 Mon Sep 17 00:00:00 2001 From: Kumar Damani Date: Tue, 16 Apr 2019 09:17:06 -0400 Subject: added some dependencies to package.json --- node_modules/csrf/HISTORY.md | 86 -------------------------------------------- 1 file changed, 86 deletions(-) delete mode 100644 node_modules/csrf/HISTORY.md (limited to 'node_modules/csrf/HISTORY.md') diff --git a/node_modules/csrf/HISTORY.md b/node_modules/csrf/HISTORY.md deleted file mode 100644 index cbccedf..0000000 --- a/node_modules/csrf/HISTORY.md +++ /dev/null @@ -1,86 +0,0 @@ -3.0.3 / 2016-05-26 -================== - - * deps: tsscmp@1.0.5 - -3.0.2 / 2016-05-22 -================== - - * Use `tsscmp` module for timing-safe token verification - * deps: base64-url@1.2.2 - * deps: uid-safe@2.1.1 - - deps: base64-url@1.2.2 - -3.0.1 / 2016-01-28 -================== - - * deps: rndm@1.2.0 - * deps: uid-safe@2.1.0 - - Use `random-bytes` for byte source - -3.0.0 / 2015-05-09 -================== - - * Remove `tokenize` export - * Remove `tokenize` option - * Return a prototype-based object rather than functions - - This means the resulting functions need to be called as methods - * Throw when missing secret to `tokens.create()` - * deps: uid-safe@~2.0.0 - - Use global `Promise` when returning a promise - -2.0.7 / 2015-05-03 -================== - - * Fix compatibility with `crypto.DEFAULT_ENCODING` global changes - -2.0.6 / 2015-02-13 -================== - - * deps: base64-url@1.2.1 - * deps: uid-safe@~1.1.0 - - Use `crypto.randomBytes`, if available - - deps: base64-url@1.2.1 - -2.0.5 / 2015-01-31 -================== - - * deps: base64-url@1.2.0 - * deps: uid-safe@~1.0.3 - - Fix error branch that would throw - - deps: base64-url@1.2.0 - -2.0.4 / 2015-01-08 -================== - - * deps: uid-safe@~1.0.2 - - Remove dependency on `mz` - -2.0.3 / 2014-12-30 -================== - - * Slight speed improvement for `verify` - * deps: base64-url@1.1.0 - * deps: rndm@~1.1.0 - -2.0.2 / 2014-11-09 -================== - - * deps: scmp@1.0.0 - -2.0.1 / 2014-08-22 -================== - - * Rename module to `csrf` - -2.0.0 / 2014-06-18 -================== - - * Use `uid-safe` module - * Use `base64-url` module - * Remove sync `.secret()` -- use `.secretSync()` instead - -1.0.4 / 2014-06-11 -================== - - * Make sure CSRF tokens are URL safe -- cgit v1.2.3