Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "crumb", | ||
"description": "CSRF crumb generation and validation plugin", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"author": "Eran Hammer <eran@hueniverse.com> (http://hueniverse.com)", | ||
@@ -23,3 +23,3 @@ "contributors": [ | ||
"engines": { | ||
"node": "0.10.x" | ||
"node": ">=0.10.22" | ||
}, | ||
@@ -30,6 +30,6 @@ "dependencies": { | ||
"peerDependencies": { | ||
"hapi": "2.x.x" | ||
"hapi": ">=2.x.x" | ||
}, | ||
"devDependencies": { | ||
"hapi": "2.x.x", | ||
"hapi": "3.x.x", | ||
"handlebars": "1.3.x", | ||
@@ -36,0 +36,0 @@ "lab": "1.x.x" |
Sorry, the diff of this file is not supported yet
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
85226