Socket
Socket
Sign inDemoInstall

shescape

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

shescape

simple shell escape library


Version published
Weekly downloads
3.1K
increased by8.37%
Maintainers
1
Weekly downloads
 
Created
Source

Shescape

GitHub Actions NPM Package

A simple shell escape library. Use it to escape user-specified inputs to shell commands to prevent shell injection.

Example

Below is an example of how to use Shescape. Note that you must call Shescape only on the user input, and put the output in between single quotes.

const cp = require("child_process");
const shescape = require("shescape");

cp.exec(`command '${shescape(userInput)}'`, callback);

Keywords

FAQs

Package last updated on 07 Nov 2020

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