Socket
Socket
Sign inDemoInstall

express-sanitize

Package Overview
Dependencies
0
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    express-sanitize

A middleware to sanitize all of the request inputs to prevent SQL injections and XSS attacks


Version published
Weekly downloads
23
decreased by-4.17%
Maintainers
1
Install size
3.76 kB
Created
Weekly downloads
 

Readme

Source

express-sanitize

An express middleware to sanitize all of the request inputs to prevent SQL injections and XSS attacks Thanks to rimadarji


The request body,params and queries will be sanitized. Also, you can edit middleware for custom edits like, escape or adding any characters.

I accept any contributes with open arms \./

Instalation


   npm i express-sanitize

Usage


   const es = require('express-sanitize');
   app.use(es);

Keywords

FAQs

Last updated on 22 Jun 2020

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc