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

xss

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xss - npm Package Compare versions

Comparing version 0.2.15 to 0.2.16

LICENSE.md

19

package.json
{
"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 @@ ======

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