Socket
Socket
Sign inDemoInstall

sanitizer-xss

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sanitizer-xss

* Sanitizer XSS sanitizes complex data (nested objects, arrays, strings) to prevent Cross Site Scripting (XSS) attack. * Sanitizer XSS based on [sanitize-html](https://github.com/apostrophecms/sanitize-html)


Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Sanitizer XSS

  • Sanitizer XSS sanitizes complex data (nested objects, arrays, strings) to prevent Cross Site Scripting (XSS) attack.
  • Sanitizer XSS based on sanitize-html

GitHub npm Snyk Vulnerabilities for npm package npm

Installation

$ npm i sanitizer-xss

Usage

You can sanitize your data (object, array, string,etc) on the fly.

const Sanitizer = require('sanitizer-xss').default;

// ...
      data = Sanitizer.sanitize(data)
// or
      data = Sanitizer.sanitize(data, {allowedKeys: ['name']})
// ...

Support

Feel free to open issues on github.

Keywords

FAQs

Package last updated on 08 Oct 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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