Socket
Socket
Sign inDemoInstall

spawn-stack

Package Overview
Dependencies
18
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.1-0 to 0.3.1

86

package.json
{
"name": "spawn-stack",
"version": "0.3.1-0",
"description": "Spawn a new process using `stack` command with the given arguments",
"repository": "shinnn/spawn-stack",
"author": {
"name": "Shinnosuke Watanabe",
"url": "https://github.com/shinnn"
},
"scripts": {
"pretest": "eslint --fix --format=codeframe index.js test.js",
"test": "nyc --reporter=html --reporter=text node test.js"
},
"license": "ISC",
"files": [
"index.js"
],
"keywords": [
"spawn",
"stack",
"command",
"process",
"childprocess",
"haskell",
"promise",
"async",
"observable"
],
"dependencies": {
"byline": "^5.0.0",
"execa": "^0.7.0",
"zen-observable": "^0.6.0"
},
"devDependencies": {
"@shinnn/eslint-config-node": "^4.0.2",
"eslint": "^4.11.0",
"nyc": "^11.3.0",
"pretend-platform": "^2.0.0",
"rmfr": "^1.0.3",
"tape": "^4.8.0"
},
"eslintConfig": {
"extends": "@shinnn/node"
}
"name": "spawn-stack",
"version": "0.3.1",
"description": "Spawn a new process using `stack` command with the given arguments",
"repository": "shinnn/spawn-stack",
"author": {
"name": "Shinnosuke Watanabe",
"url": "https://github.com/shinnn"
},
"scripts": {
"pretest": "eslint --fix --format=codeframe index.js test.js",
"test": "nyc --reporter=html --reporter=text node test.js"
},
"license": "ISC",
"files": [
"index.js"
],
"keywords": [
"spawn",
"stack",
"command",
"process",
"childprocess",
"haskell",
"promise",
"async",
"observable"
],
"dependencies": {
"byline": "^5.0.0",
"execa": "^0.8.0",
"zen-observable": "^0.6.0"
},
"devDependencies": {
"@shinnn/eslint-config-node": "^4.0.2",
"eslint": "^4.11.0",
"nyc": "^11.3.0",
"pretend-platform": "^2.0.0",
"rmfr": "^1.0.3",
"tape": "^4.8.0"
},
"eslintConfig": {
"extends": "@shinnn/node"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc