Skip to content
This repository has been archived by the owner on Sep 5, 2018. It is now read-only.

Commit

Permalink
Merge pull request #18 from yahoo/upgrade-to-use-secure-handlebars-v1.1
Browse files Browse the repository at this point in the history
upgrade to secure-handlebars v1.1
  • Loading branch information
neraliu committed Jul 3, 2015
2 parents e6503d1 + 9ed7124 commit 3a6a9e3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Expand Up @@ -26,8 +26,8 @@ module.exports = function(grunt) {
}
},
clean: {
all: ['xunit.xml', 'artifacts', 'coverage', 'node_modules'],
buildResidues: ['xunit.xml', 'artifacts', 'coverage']
all: ['coverage', 'node_modules'],
buildResidues: ['coverage']
}
});

Expand Down
20 changes: 12 additions & 8 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "express-secure-handlebars",
"version": "2.0.2",
"version": "2.0.3",
"licenses": [
{
"type": "BSD",
Expand All @@ -21,9 +21,13 @@
"keywords": [
"context",
"parser",
"html5",
"handlebars",
"express"
"express",
"xss",
"cross-site scripting",
"contextual escaping",
"output escaping",
"security"
],
"scripts": {
"hint": "grunt jshint",
Expand All @@ -34,18 +38,18 @@
"dependencies": {
"express-handlebars": "^2.0.1",
"handlebars": "^3.0.3",
"secure-handlebars": "^1.0.0",
"xss-filters": "^1.2.0"
"secure-handlebars": "^1.1.0",
"xss-filters": "^1.2.2"
},
"devDependencies": {
"express": "^4.12.*",
"supertest": "^0.15.0",
"expect.js": "^0.3.1",
"express": "^4.12.*",
"grunt": "^0.4.5",
"grunt-cli": "0.1.*",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-jshint": "^0.11.0",
"grunt-mocha-istanbul": "^2.3.0"
"grunt-mocha-istanbul": "^2.3.0",
"supertest": "^0.15.0"
},
"main": "./src/express-secure-handlebars.js",
"bugs": {
Expand Down

0 comments on commit 3a6a9e3

Please sign in to comment.