Comparing version 1.6.2 to 1.6.3
@@ -0,1 +1,7 @@ | ||
1.6.3 / 2014-11-09 | ||
================== | ||
* bump csrf | ||
* bump http-errors | ||
1.6.2 / 2014-10-14 | ||
@@ -2,0 +8,0 @@ ================== |
{ | ||
"name": "csurf", | ||
"description": "CSRF token middleware", | ||
"version": "1.6.2", | ||
"version": "1.6.3", | ||
"author": "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)", | ||
@@ -14,13 +14,12 @@ "contributors": [ | ||
"cookie-signature": "1.0.5", | ||
"csrf": "~2.0.1", | ||
"http-errors": "~1.2.6" | ||
"csrf": "~2.0.2", | ||
"http-errors": "~1.2.7" | ||
}, | ||
"devDependencies": { | ||
"body-parser": "~1.8.0", | ||
"body-parser": "~1.9.2", | ||
"connect": "3", | ||
"cookie-parser": "~1.3.3", | ||
"cookie-session": "~1.0.2", | ||
"cookie-session": "~1.1.0", | ||
"istanbul": "0.3.2", | ||
"mocha": "~1.21.3", | ||
"should": "~4.0.4", | ||
"mocha": "~2.0.1", | ||
"supertest": "~0.14.0" | ||
@@ -27,0 +26,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12035
7
Updatedcsrf@~2.0.2
Updatedhttp-errors@~1.2.7