Socket
Socket
Sign inDemoInstall

execa

Package Overview
Dependencies
19
Maintainers
2
Versions
53
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.1 to 4.0.2

3

lib/promise.js
'use strict';
const nativePromisePrototype = (async () => {})().constructor.prototype;
const descriptors = ['then', 'catch', 'finally'].map(property => [
property,
Reflect.getOwnPropertyDescriptor(Promise.prototype, property)
Reflect.getOwnPropertyDescriptor(nativePromisePrototype, property)
]);

@@ -7,0 +8,0 @@

{
"name": "execa",
"version": "4.0.1",
"version": "4.0.2",
"description": "Process execution for humans",

@@ -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