New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@universal-packages/sub-process

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@universal-packages/sub-process - npm Package Compare versions

Comparing version 1.13.0 to 1.14.0

2

package.json
{
"name": "@universal-packages/sub-process",
"version": "1.13.0",
"version": "1.14.0",
"description": "Process encapsulation for different exec technics",

@@ -5,0 +5,0 @@ "author": "David De Anda <david@universal-packages.com> (https://github.com/universal-packages)",

@@ -89,2 +89,11 @@ "use strict";

break;
case 'failure':
testProcess.emit('stderr', Buffer.from(args[0] || 'Command failed'));
if (killWithSignal) {
testProcess.emit('killed', killWithSignal);
}
else {
testProcess.emit('failure', 1);
}
return;
}

@@ -91,0 +100,0 @@ if (killWithSignal) {

Sorry, the diff of this file is not supported yet

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