cross-spawn
Advanced tools
Comparing version 7.0.4 to 7.0.5
@@ -23,3 +23,3 @@ 'use strict'; | ||
// double up all the backslashes and escape the double quote | ||
arg = arg.replace(/(?=\\*?)"/g, '$1$1\\"'); | ||
arg = arg.replace(/(?=(\\+?)?)\1"/g, '$1$1\\"'); | ||
@@ -29,3 +29,3 @@ // Sequence of backslashes followed by the end of the string | ||
// double up all the backslashes | ||
arg = arg.replace(/(?=\\*?)$/, '$1$1'); | ||
arg = arg.replace(/(?=(\\+?)?)\1$/, '$1$1'); | ||
@@ -32,0 +32,0 @@ // All other backslashes occur literally |
{ | ||
"name": "cross-spawn", | ||
"version": "7.0.4", | ||
"version": "7.0.5", | ||
"description": "Cross platform child_process#spawn and child_process#spawnSync", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
# cross-spawn | ||
[![NPM version][npm-image]][npm-url] [![Downloads][downloads-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Build status][appveyor-image]][appveyor-url] [![Coverage Status][codecov-image]][codecov-url] [![Dependency status][david-dm-image]][david-dm-url] [![Dev Dependency status][david-dm-dev-image]][david-dm-dev-url] | ||
[![NPM version][npm-image]][npm-url] [![Downloads][downloads-image]][npm-url] [![Build Status][ci-image]][ci-url] [![Build status][appveyor-image]][appveyor-url] | ||
@@ -8,16 +8,9 @@ [npm-url]:https://npmjs.org/package/cross-spawn | ||
[npm-image]:https://img.shields.io/npm/v/cross-spawn.svg | ||
[travis-url]:https://travis-ci.org/moxystudio/node-cross-spawn | ||
[travis-image]:https://img.shields.io/travis/moxystudio/node-cross-spawn/master.svg | ||
[ci-url]:https://github.com/moxystudio/cross-spawn/actions/workflows/ci.yaml | ||
[ci-image]:https://github.com/moxystudio/node-cross-spawn/actions/workflows/ci.yaml/badge.svg | ||
[appveyor-url]:https://ci.appveyor.com/project/satazor/node-cross-spawn | ||
[appveyor-image]:https://img.shields.io/appveyor/ci/satazor/node-cross-spawn/master.svg | ||
[codecov-url]:https://codecov.io/gh/moxystudio/node-cross-spawn | ||
[codecov-image]:https://img.shields.io/codecov/c/github/moxystudio/node-cross-spawn/master.svg | ||
[david-dm-url]:https://david-dm.org/moxystudio/node-cross-spawn | ||
[david-dm-image]:https://img.shields.io/david/moxystudio/node-cross-spawn.svg | ||
[david-dm-dev-url]:https://david-dm.org/moxystudio/node-cross-spawn?type=dev | ||
[david-dm-dev-image]:https://img.shields.io/david/dev/moxystudio/node-cross-spawn.svg | ||
A cross platform solution to node's spawn and spawnSync. | ||
## Installation | ||
@@ -24,0 +17,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
56
2
2
2
2
16089
90