Socket
Socket
Sign inDemoInstall

execa

Package Overview
Dependencies
10
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.1 to 0.2.2

2

index.js

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

if (opts.preferLocal) {
opts.env = opts.env || {};
opts.env = objectAssign({}, opts.env || process.env);
opts.env[pathKey] = npmRunPath({

@@ -32,0 +32,0 @@ cwd: opts.cwd,

{
"name": "execa",
"version": "0.2.1",
"version": "0.2.2",
"description": "A better `child_process`",

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

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