Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@antora/run-command-helper

Package Overview
Dependencies
Maintainers
0
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@antora/run-command-helper - npm Package Compare versions

Comparing version 1.0.0-rc.4 to 1.0.0-rc.5

2

lib/escape-for-cmd.js
'use strict'
const ESCAPE_CHARS_MAP = Array.from(' "=<>&%^|').reduce((accum, c) => Object.assign(accum, { [c]: true }), {})
const ESCAPE_CHARS_MAP = Array.from(' "<>&%^|').reduce((accum, c) => Object.assign(accum, { [c]: true }), {})
const ESCAPE_CHARS_RX = new RegExp('[' + Object.keys(ESCAPE_CHARS_MAP).join('') + ']')

@@ -5,0 +5,0 @@ const ESCAPE_RS_RX = /\\+(?=")/g

{
"name": "@antora/run-command-helper",
"version": "1.0.0-rc.4",
"version": "1.0.0-rc.5",
"description": "Provides a helper function to run an external command uniformly across platforms with numerous options to control how stdio is handled.",

@@ -5,0 +5,0 @@ "license": "MPL-2.0",

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