Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ember-cli-thymeleaf-csrf

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-cli-thymeleaf-csrf - npm Package Compare versions

Comparing version 0.0.1 to 0.1.0

.npmignore

32

package.json
{
"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.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc