Comparing version 0.2.15 to 0.2.16
{ | ||
"name": "xss", | ||
"main": "./lib/index.js", | ||
"version": "0.2.15", | ||
"version": "0.2.16", | ||
"description": "Sanitize untrusted HTML (to prevent XSS) with a configuration specified by a Whitelist", | ||
"author": "leizongmin <leizongmin@gmail.com> (http://ucdok.com)", | ||
"contributors": [ | ||
{ | ||
"name": "Zongmin Lei", | ||
"email": "leizongmin@gmail.com" | ||
} | ||
], | ||
"author": "Zongmin Lei <leizongmin@gmail.com> (http://ucdok.com)", | ||
"repository": { | ||
@@ -22,3 +16,3 @@ "type": "git", | ||
"commander": "^2.9.0", | ||
"cssfilter": "0.0.8" | ||
"cssfilter": "^0.0.8" | ||
}, | ||
@@ -46,8 +40,3 @@ "devDependencies": { | ||
}, | ||
"licenses": [ | ||
{ | ||
"type": "MIT", | ||
"url": "https://raw.github.com/leizongmin/js-xss/master/MIT-License" | ||
} | ||
], | ||
"license": "MIT", | ||
"bugs": { | ||
@@ -54,0 +43,0 @@ "url": "https://github.com/leizongmin/js-xss/issues" |
[![NPM version][npm-image]][npm-url] | ||
[![build status][travis-image]][travis-url] | ||
[![Test coverage][coveralls-image]][coveralls-url] | ||
[![Gittip][gittip-image]][gittip-url] | ||
[![David deps][david-image]][david-url] | ||
[![node version][node-image]][node-url] | ||
[![npm download][download-image]][download-url] | ||
[![npm license][license-image]][download-url] | ||
@@ -15,4 +15,2 @@ [npm-image]: https://img.shields.io/npm/v/xss.svg?style=flat-square | ||
[coveralls-url]: https://coveralls.io/r/leizongmin/js-xss?branch=master | ||
[gittip-image]: https://img.shields.io/gittip/leizongmin.svg?style=flat-square | ||
[gittip-url]: https://www.gittip.com/leizongmin/ | ||
[david-image]: https://img.shields.io/david/leizongmin/js-xss.svg?style=flat-square | ||
@@ -24,4 +22,4 @@ [david-url]: https://david-dm.org/leizongmin/js-xss | ||
[download-url]: https://npmjs.org/package/xss | ||
[license-image]: https://img.shields.io/npm/l/xss.svg | ||
Sanitize untrusted HTML (to prevent XSS) with a configuration specified by a Whitelist. | ||
@@ -28,0 +26,0 @@ ====== |
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
40976
10
498
Updatedcssfilter@^0.0.8