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

@brandonocasey/spawn-promise

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@brandonocasey/spawn-promise - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

14

CHANGELOG.md

@@ -0,2 +1,16 @@

<a name="0.2.0"></a>
# [0.2.0](https://github.com/brandonocasey/spawn-promise/compare/v0.1.0...v0.2.0) (2021-08-18)
### Features
* add parameters to resolved promise result ([7935ea0](https://github.com/brandonocasey/spawn-promise/commit/7935ea0))
<a name="0.1.0"></a>
# [0.1.0](https://github.com/brandonocasey/spawn-promise/compare/c80b416...v0.1.0) (2021-08-18)
### Features
* initial ([c80b416](https://github.com/brandonocasey/spawn-promise/commit/c80b416))
<a name="0.1.0"></a>
# 0.1.0 (2021-08-18)

@@ -3,0 +17,0 @@

2

package.json
{
"name": "@brandonocasey/spawn-promise",
"version": "0.1.0",
"version": "0.2.0",
"description": "A wrapper around spawn that returns a promise with the similar output to spawnSync.",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -20,2 +20,3 @@ const spawn = require('child_process').spawn;

const result = {
parameters: [bin, args, options],
pid: child.pid,

@@ -22,0 +23,0 @@ output: [],

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