Socket
Socket
Sign inDemoInstall

execa

Package Overview
Dependencies
15
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.6.1 to 0.6.2

5

index.js

@@ -47,3 +47,4 @@ 'use strict';

args: parsed.args,
opts
opts,
parsed
};

@@ -244,3 +245,3 @@ }

crossSpawn._enoent.hookChildProcess(spawned, parsed);
crossSpawn._enoent.hookChildProcess(spawned, parsed.parsed);

@@ -247,0 +248,0 @@ handleInput(spawned, parsed.opts);

4

lib/errname.js

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

if (typeof uv.errname !== 'function') {
throw new Error('uv.errname is not a function');
throw new TypeError('uv.errname is not a function');
}

@@ -37,3 +37,3 @@ } catch (err) {

// used for testing the fallback behavior
// Used for testing the fallback behavior
module.exports.__test__ = errname;
{
"name": "execa",
"version": "0.6.1",
"version": "0.6.2",
"description": "A better `child_process`",

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

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc