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

spawncommand

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

spawncommand - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

src/index.js

3

build/index.js

@@ -77,3 +77,2 @@ const { spawn, fork: forkCp } = require('child_process');

module.exports = spawnCommand
module.exports.fork = fork
//# sourceMappingURL=index.js.map
module.exports.fork = fork

@@ -0,1 +1,7 @@

## 11 March 2019
### 2.1.1
- [package] Publish `module`.
## 20 September 2018

@@ -2,0 +8,0 @@

{
"name": "spawncommand",
"version": "2.1.0",
"version": "2.1.1",
"description": "Spawn or fork a child process with a promise property resolved on exit with stdout, stderr and code.",
"main": "build",
"module": "src",
"files": [
"build"
"build",
"src"
],

@@ -12,3 +14,3 @@ "scripts": {

"test": "yarn t test/spec",
"b": "alamode src -o build",
"b": "alamode src -o build -s",
"build": "yarn-s d b doc",

@@ -45,10 +47,10 @@ "d": "doc src/index.js -g",

"devDependencies": {
"alamode": "1.5.0",
"documentary": "1.18.0",
"alamode": "1.8.4",
"documentary": "1.21.5",
"yarn-s": "1.1.0",
"zoroaster": "3.4.1"
"zoroaster": "3.8.2"
},
"dependencies": {
"catchment": "3.1.1"
"catchment": "3.2.2"
}
}
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