Socket
Socket
Sign inDemoInstall

execa

Package Overview
Dependencies
21
Maintainers
2
Versions
53
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.4 to 2.0.5

2

index.js

@@ -192,3 +192,3 @@ 'use strict';

parsed,
timedOut: result.error && result.error.errno === 'ETIMEDOUT',
timedOut: result.error && result.error.code === 'ETIMEDOUT',
isCanceled: false,

@@ -195,0 +195,0 @@ killed: result.signal !== null

{
"name": "execa",
"version": "2.0.4",
"version": "2.0.5",
"description": "Process execution for humans",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -69,3 +69,3 @@ <img src="media/logo.svg" width="400">

message: 'Command failed with exit code 2 (ENOENT): wrong command spawn wrong ENOENT',
errno: 'ENOENT',
errno: -2,
syscall: 'spawn wrong',

@@ -109,3 +109,3 @@ path: 'wrong',

message: 'Command failed with exit code 2 (ENOENT): wrong command spawnSync wrong ENOENT',
errno: 'ENOENT',
errno: -2,
syscall: 'spawnSync wrong',

@@ -112,0 +112,0 @@ path: 'wrong',

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc