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 Coverage Report quality Report NPM Package Documentation

A simple shell escape package for JavaScript. Use it to escape user-controlled inputs to shell commands to prevent shell injection.

Example

Please read the full documentation for more information.

Below is a basic example of how to use Shescape. In this example spawn is used to invoke a shell command and shescape.escapeAll is used to escape any dangerous character in any of the arguments specified by the array userInput.

import cp from "child_process";
import * as shescape from "shescape";

cp.spawn("command", shescape.escapeAll(userInput), options);

Keywords

FAQs

Package last updated on 24 Apr 2021

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