Comparing version 3.0.0 to 3.0.1
3.0.1 / 2016-01-07 | ||
================== | ||
* fix: should inject coverage when start with istanbul | ||
3.0.0 / 2016-01-05 | ||
@@ -3,0 +8,0 @@ ================== |
@@ -123,4 +123,6 @@ 'use strict'; | ||
this._isEndCalled = true; | ||
process.env.coffee_inject_istanbul = this._isCoverage; | ||
debug('coffee_inject_istanbul %s', this._isCoverage); | ||
// inject istanbul when start with istanbul and set coverage true | ||
// https://github.com/gotwarlost/istanbul#multiple-process-usage | ||
process.env.coffee_inject_istanbul = process.env.running_under_istanbul ? this._isCoverage : false; | ||
debug('coverage enable: %s', process.env.coffee_inject_istanbul); | ||
var cmd = this.proc = run(this.method, this.cmd, this.args, this.opt); | ||
@@ -127,0 +129,0 @@ |
{ | ||
"name": "coffee", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "Test command line on nodejs", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
13603
274
10