ember-cli-thymeleaf-csrf
Advanced tools
Comparing version 0.0.1 to 0.1.0
{ | ||
"name": "ember-cli-thymeleaf-csrf", | ||
"version": "0.0.1", | ||
"directories": { | ||
"doc": "doc", | ||
"test": "tests" | ||
}, | ||
"description": "An ember-cli addon to include a CSRF token in every ajax request using thymeleaf templates", | ||
"version": "0.1.0", | ||
"scripts": { | ||
@@ -13,7 +10,13 @@ "start": "ember server", | ||
}, | ||
"repository": "https://github.com/toranb/ember-cli-thymeleaf-csrf", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/toranb/ember-cli-thymeleaf-csrf" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/toranb/ember-cli-thymeleaf-csrf/issues" | ||
}, | ||
"engines": { | ||
"node": ">= 0.10.0" | ||
}, | ||
"author": "", | ||
"author": "Toran Billups", | ||
"license": "MIT", | ||
@@ -23,3 +26,3 @@ "devDependencies": { | ||
"broccoli-ember-hbs-template-compiler": "^1.6.1", | ||
"ember-cli": "0.1.4", | ||
"ember-cli": "0.1.12", | ||
"ember-cli-content-security-policy": "0.3.0", | ||
@@ -34,9 +37,10 @@ "ember-cli-dependency-checker": "0.0.6", | ||
}, | ||
"description": "The default blueprint for ember-cli addons.", | ||
"keywords": [ | ||
"ember-addon" | ||
], | ||
"ember-addon": { | ||
"configPath": "tests/dummy/config" | ||
} | ||
"ember-addon", | ||
"thymeleaf", | ||
"ember-cli", | ||
"spring", | ||
"ember", | ||
"java" | ||
] | ||
} |
@@ -20,1 +20,4 @@ This addon will dynamically add the csrf headers for thymeleaf | ||
``` | ||
There is an initializer that will add an ajaxPrefilter to include the CSRF | ||
Header in every request. |
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
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
5415
11
64
1
23
0