Skip to content
This repository has been archived by the owner on Apr 2, 2019. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:ziyasal/node-procexss
Browse files Browse the repository at this point in the history
  • Loading branch information
bugthesystem committed Dec 31, 2014
2 parents d38d361 + 04ba101 commit 6933df8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
procexss-node [![Build Status](https://travis-ci.org/ziyasal/node-procexss.svg?branch=master)](https://travis-ci.org/ziyasal/node-procexss) [![Coverage Status](https://img.shields.io/coveralls/ziyasal/node-procexss.svg)](https://coveralls.io/r/ziyasal/node-procexss?branch=master)
node-procexss [![Build Status](https://travis-ci.org/ziyasal/node-procexss.svg?branch=master)](https://travis-ci.org/ziyasal/node-procexss) [![Coverage Status](https://img.shields.io/coveralls/ziyasal/node-procexss.svg)](https://coveralls.io/r/ziyasal/node-procexss?branch=master)
=============
[![NPM](https://nodei.co/npm/node-procexss.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/node-procexss/)

Middleware to help to prevent [XSS](https://www.owasp.org/index.php/Cross-site_Scripting_%28XSS%29) attacks in your Express/Connect apps

Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "node-procexss",
"description": "Middleware to help to prevent xss attacks in your Express/Connect apps",
"version": "1.0.1",
"version": "0.1.1",
"author": "Ziya SARIKAYA @ziyasal <me@jongleberry.com> (http://ziyasal.com)",
"contributors": [
"Ziya SARIKAYA <sarikayaziya@gmail.com>"
Expand Down Expand Up @@ -29,11 +29,11 @@
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot test/",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec test/"
},
"files": [
"HISTORY.md",
"LICENSE",
"index.js"
],
"main": "index",
"repository": {
"type": "git",
"url": "https://github.com/ziyasal/node-procexss.git"
},
"keywords": [
"xss",
"middleware",
Expand Down

0 comments on commit 6933df8

Please sign in to comment.