Comparing version 3.2.2 to 3.2.3
3.2.3 / 2016-07-08 | ||
================== | ||
* fix: always use the cwd of the main process | ||
3.2.2 / 2016-06-15 | ||
@@ -3,0 +8,0 @@ ================== |
@@ -7,2 +7,4 @@ 'use strict'; | ||
// child process always use the cwd of the main process | ||
process.env.coffee_cwd = process.cwd(); | ||
// inject script supporting istanbul with multiple process | ||
@@ -9,0 +11,0 @@ process.env.istanbul_bin_path = findIstanbul(); |
@@ -18,2 +18,3 @@ 'use strict'; | ||
'--include-pid', | ||
'--root', process.env.coffee_cwd, | ||
modulePath, | ||
@@ -20,0 +21,0 @@ ]; |
{ | ||
"name": "coffee", | ||
"version": "3.2.2", | ||
"version": "3.2.3", | ||
"description": "Test command line on nodejs", | ||
@@ -37,3 +37,3 @@ "main": "index.js", | ||
"lint": "eslint index.js lib test", | ||
"test": "mocha -R spec -t 20000", | ||
"test": "mocha -R spec -t 80000", | ||
"cover": "rm -rf coverage && istanbul cover --report none --print none node_modules/mocha/bin/_mocha -- -R spec -t 80000", | ||
@@ -40,0 +40,0 @@ "cov": "npm run clean && npm run lint && npm run cover && istanbul report --root coverage text-summary json lcov", |
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
16355
333
16