spawndamnit
Advanced tools
Comparing version 2.0.0 to 3.0.1
// @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" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4478
1
+ Addedcross-spawn@7.0.6(transitive)
+ Addedpath-key@3.1.1(transitive)
+ Addedshebang-command@2.0.0(transitive)
+ Addedshebang-regex@3.0.0(transitive)
+ Addedsignal-exit@4.1.0(transitive)
+ Addedwhich@2.0.2(transitive)
- Removedcross-spawn@5.1.0(transitive)
- Removedlru-cache@4.1.5(transitive)
- Removedpseudomap@1.0.2(transitive)
- Removedshebang-command@1.2.0(transitive)
- Removedshebang-regex@1.0.0(transitive)
- Removedsignal-exit@3.0.7(transitive)
- Removedwhich@1.3.1(transitive)
- Removedyallist@2.1.2(transitive)
Updatedcross-spawn@^7.0.5
Updatedsignal-exit@^4.0.1