Comparing version 5.0.0 to 5.0.1
## Change Log | ||
### v5.0.1 (2015/12/14 09:09 -07:00) | ||
- [#94](https://github.com/bcoe/nyc/pull/93) Windows failed if argument had no replace() method. (@bcoe) | ||
### v5.0.0 (2015/12/09 11:03 -07:00) | ||
@@ -4,0 +8,0 @@ |
@@ -149,4 +149,6 @@ module.exports = wrap | ||
options.args = options.args.map(function (a) { | ||
a = a.replace(renode, workingDir + '/node.cmd') | ||
a = a.replace(reiojs, workingDir + '/node.cmd') | ||
if (typeof a === 'string') { | ||
a = a.replace(renode, workingDir + '/node.cmd') | ||
a = a.replace(reiojs, workingDir + '/node.cmd') | ||
} | ||
return a | ||
@@ -153,0 +155,0 @@ }) |
{ | ||
"name": "nyc", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"description": "a code coverage tool that works well with subprocesses.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
84817
1984
5