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 a basic example of how to use Shescape. It is recommended to use the quote function. This will put (OS appropriate) quotes around the user input and escape any characters in the input if necessary.

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

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

Keywords

FAQs

Package last updated on 07 Dec 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