csrf-monkey
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "csrf-monkey", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Monkeypatch xhr and fetch to automatically add csrf tokens to clientside requests", | ||
@@ -43,3 +43,9 @@ "main": "index.js", | ||
}, | ||
"homepage": "https://github.com/alanclarke/csrf-monkey#readme" | ||
"homepage": "https://github.com/alanclarke/csrf-monkey#readme", | ||
"keywords": [ | ||
"csrf", | ||
"csfr", | ||
"xhr", | ||
"fetch" | ||
] | ||
} |
17351