Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

spawndamnit

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

spawndamnit - npm Package Compare versions

Comparing version 2.0.0 to 3.0.1

2

index.js
// @flow
'use strict';
const crossSpawn = require('cross-spawn');
const onExit = require('signal-exit');
const { onExit } = require('signal-exit')
const EventEmitter = require('events');

@@ -6,0 +6,0 @@ const ChildProcessPromise = require('./promise');

{
"name": "spawndamnit",
"version": "2.0.0",
"version": "3.0.1",
"main": "index.js",

@@ -8,3 +8,3 @@ "description": "Take care of your `spawn()`",

"repository": "https://github.com/thejameskyle/spawndamnit",
"license": "MIT",
"license": "SEE LICENSE IN LICENSE",
"keywords": [

@@ -29,7 +29,7 @@ "spawn",

"dependencies": {
"cross-spawn": "^5.1.0",
"signal-exit": "^3.0.2"
"cross-spawn": "^7.0.5",
"signal-exit": "^4.0.1"
},
"devDependencies": {
"ava": "^0.24.0",
"ava": "^4.3.3",
"fixturez": "^1.1.0",

@@ -36,0 +36,0 @@ "flow-bin": "^0.63.1"

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