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

cross-spawn

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cross-spawn - npm Package Compare versions

Comparing version 0.2.7 to 0.2.8

2

index.js

@@ -99,3 +99,3 @@ var fs = require('fs');

applyQuotes = command !== 'echo'; // Do not quote arguments for the special "echo" command
command = escapeCommand(command, true);
command = escapeCommand(command);
args = args.map(function (arg) {

@@ -102,0 +102,0 @@ return escapeArg(arg, applyQuotes);

{
"name": "cross-spawn",
"version": "0.2.7",
"version": "0.2.8",
"description": "Cross platform child_process#spawn",

@@ -5,0 +5,0 @@ "main": "index.js",

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