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

promisify-child-process

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

promisify-child-process - npm Package Compare versions

Comparing version 1.0.6 to 2.0.0

es/index.js

26

package.json
{
"name": "promisify-child-process",
"version": "1.0.6",
"version": "2.0.0",
"description": "seriously like the best async child process library",
"main": "lib/index.js",
"main": "index.js",
"module": "es/index.js",
"modules.root": "es",
"sideEffects": false,
"scripts": {

@@ -12,6 +15,7 @@ "lint": "eslint src test --cache",

"flow:coverage": "for file in src/**.js test/**.js; do echo $file; flow coverage $file; done",
"flow:watch": "flow-watch -e js,js.flow,flowconfig --ignore lib/ --ignore node_modules/ --watch .flowconfig --watch src/ --watch test/",
"build": "rimraf lib && babel src --out-dir lib && flow-copy-source -v src/ lib",
"test": "NODE_ENV=production BABEL_ENV=test nyc --reporter=lcov --reporter=text mocha $npm_package_config_mocha",
"test:watch": "mocha --watch $npm_package_config_mocha",
"flow:watch": "flow-watch -e js,js.flow,flowconfig --ignore es/ --ignore node_modules/ --watch .flowconfig --watch src/ --watch test/",
"clean": "rimraf *.js *.js.flow es lib && git checkout HEAD *.js",
"build": "npm run clean && babel src --out-dir es && flow-copy-source -v src/ es && cross-env BABEL_ENV=es5 babel src --out-dir . && flow-copy-source -v src/ .",
"test": "cross-env NODE_ENV=production BABEL_ENV=es5 mocha $npm_package_config_mocha && cross-env NODE_ENV=production BABEL_ENV=coverage nyc --reporter=lcov --reporter=text mocha $npm_package_config_mocha",
"test:watch": "cross-env NODE_ENV=production BABEL_ENV=test mocha --watch $npm_package_config_mocha",
"codecov": "nyc report --reporter=text-lcov > coverage.lcov; codecov",

@@ -21,3 +25,3 @@ "commitmsg": "commitlint -e $GIT_PARAMS",

"prepush": "npm test",
"prepublishOnly": "npm run lint && flow && npm test && npm run build",
"prepublishOnly": "npm run clean && npm run lint && flow && npm test && npm run build",
"open:coverage": "open coverage/lcov-report/index.html",

@@ -66,15 +70,13 @@ "semantic-release": "semantic-release",

"babel-plugin-istanbul": "^4.0.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-env": "^1.7.0",
"babel-preset-flow": "^6.23.0",
"babel-preset-stage-1": "^6.22.0",
"babel-register": "^6.23.0",
"babel-runtime": "^6.23.0",
"chai": "^4.1.2",
"codecov": "^3.0.0",
"copy": "^0.3.0",
"cross-env": "^5.2.0",
"eslint": "^3.15.0",
"eslint-plugin-flowtype": "^2.30.0",
"eslint-watch": "^3.0.0",
"flow-bin": "^0.70.0",
"flow-bin": "^0.75.0",
"flow-copy-source": "^1.2.1",

@@ -81,0 +83,0 @@ "flow-watch": "^1.1.0",

@@ -19,3 +19,3 @@ # promisify-child-process

## Install
## Install and Set-up

@@ -26,2 +26,5 @@ ```sh

If you are using a old version of Node without build-in `Promise`s or
`Object.create`, you will need to use polyfills.
## Usage

@@ -80,2 +83,2 @@

}
```
```

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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