buster-istanbul
Advanced tools
Comparing version 0.1.10 to 0.1.12
@@ -11,3 +11,3 @@ /* | ||
coverage = require('./coverage'), | ||
glob = require('glob-whatev'), | ||
glob = require('glob'), | ||
path = require('path'), | ||
@@ -18,3 +18,3 @@ istanbul = require('istanbul'); | ||
return paths.reduce(function(a, c){ | ||
glob.glob(c).forEach(function(i){ | ||
glob.sync(c).forEach(function(i){ | ||
a.push("'" + i.replace(/^\/|\.js$/, '') + "'"); | ||
@@ -59,3 +59,3 @@ }); | ||
group.sources.forEach(function(pattern) { | ||
glob.glob(pattern).forEach(function(fPath) { | ||
glob.sync(pattern).forEach(function(fPath) { | ||
coverage.addInstrumentCandidate(fPath); | ||
@@ -62,0 +62,0 @@ }); |
{ | ||
"name": "buster-istanbul", | ||
"description": "buster extension for istanbul code coverage.", | ||
"version": "0.1.10", | ||
"version": "0.1.12", | ||
"homepage": "https://github.com/englishtown/buster-istanbul", | ||
@@ -33,3 +33,3 @@ "author": { | ||
"istanbul": "*", | ||
"glob-whatev": "*" | ||
"glob": "*" | ||
}, | ||
@@ -36,0 +36,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
Found 1 instance in 1 package
13967
1
+ Addedglob@*
+ Added@isaacs/cliui@8.0.2(transitive)
+ Addedansi-regex@5.0.16.1.0(transitive)
+ Addedansi-styles@4.3.06.2.1(transitive)
+ Addedbrace-expansion@2.0.1(transitive)
+ Addedcolor-convert@2.0.1(transitive)
+ Addedcolor-name@1.1.4(transitive)
+ Addedcross-spawn@7.0.6(transitive)
+ Addedeastasianwidth@0.2.0(transitive)
+ Addedemoji-regex@8.0.09.2.2(transitive)
+ Addedforeground-child@3.3.0(transitive)
+ Addedglob@11.0.1(transitive)
+ Addedis-fullwidth-code-point@3.0.0(transitive)
+ Addedjackspeak@4.0.2(transitive)
+ Addedlru-cache@11.0.2(transitive)
+ Addedminimatch@10.0.1(transitive)
+ Addedminipass@7.1.2(transitive)
+ Addedpackage-json-from-dist@1.0.1(transitive)
+ Addedpath-key@3.1.1(transitive)
+ Addedpath-scurry@2.0.0(transitive)
+ Addedshebang-command@2.0.0(transitive)
+ Addedshebang-regex@3.0.0(transitive)
+ Addedsignal-exit@4.1.0(transitive)
+ Addedstring-width@4.2.35.1.2(transitive)
+ Addedstrip-ansi@6.0.17.1.0(transitive)
+ Addedwhich@2.0.2(transitive)
+ Addedwrap-ansi@7.0.08.1.0(transitive)
- Removedglob-whatev@*
- Removedglob-whatev@0.1.8(transitive)
- Removedlru-cache@2.7.3(transitive)
- Removedminimatch@0.2.14(transitive)
- Removedsigmund@1.0.1(transitive)