test-exclude
Advanced tools
Comparing version 6.0.0 to 7.0.0
'use strict'; | ||
const path = require('path'); | ||
const { promisify } = require('util'); | ||
const glob = promisify(require('glob')); | ||
const minimatch = require('minimatch'); | ||
const { glob } = require('glob'); | ||
const { minimatch } = require('minimatch'); | ||
const { defaults } = require('@istanbuljs/schema'); | ||
@@ -8,0 +7,0 @@ const isOutsideDir = require('./is-outside-dir'); |
'use strict'; | ||
const path = require('path'); | ||
const minimatch = require('minimatch'); | ||
const { minimatch } = require('minimatch'); | ||
@@ -6,0 +6,0 @@ const dot = { dot: true }; |
{ | ||
"name": "test-exclude", | ||
"version": "6.0.0", | ||
"version": "7.0.0", | ||
"description": "test for inclusion or exclusion of paths using globs", | ||
@@ -12,3 +12,3 @@ "main": "index.js", | ||
"release": "standard-version", | ||
"test": "nyc tap", | ||
"test": "c8 tap", | ||
"snap": "npm test -- --snapshot" | ||
@@ -35,13 +35,12 @@ }, | ||
"@istanbuljs/schema": "^0.1.2", | ||
"glob": "^7.1.4", | ||
"minimatch": "^3.0.4" | ||
"glob": "^10.4.1", | ||
"minimatch": "^9.0.4" | ||
}, | ||
"devDependencies": { | ||
"nyc": "^15.0.0-beta.3", | ||
"standard-version": "^7.0.0", | ||
"tap": "^14.10.5" | ||
"c8": "^9.1.0", | ||
"tap": "^19.2.2" | ||
}, | ||
"engines": { | ||
"node": ">=8" | ||
"node": ">=18" | ||
} | ||
} |
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
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
2
11406
7
150
+ Added@isaacs/cliui@8.0.2(transitive)
+ Added@pkgjs/parseargs@0.11.0(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.5(transitive)
+ Addedeastasianwidth@0.2.0(transitive)
+ Addedemoji-regex@8.0.09.2.2(transitive)
+ Addedforeground-child@3.3.0(transitive)
+ Addedglob@10.4.5(transitive)
+ Addedis-fullwidth-code-point@3.0.0(transitive)
+ Addedisexe@2.0.0(transitive)
+ Addedjackspeak@3.4.3(transitive)
+ Addedlru-cache@10.4.3(transitive)
+ Addedminimatch@9.0.5(transitive)
+ Addedminipass@7.1.2(transitive)
+ Addedpackage-json-from-dist@1.0.1(transitive)
+ Addedpath-key@3.1.1(transitive)
+ Addedpath-scurry@1.11.1(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)
- Removedbrace-expansion@1.1.11(transitive)
- Removedconcat-map@0.0.1(transitive)
- Removedfs.realpath@1.0.0(transitive)
- Removedglob@7.2.3(transitive)
- Removedinflight@1.0.6(transitive)
- Removedinherits@2.0.4(transitive)
- Removedminimatch@3.1.2(transitive)
- Removedonce@1.4.0(transitive)
- Removedpath-is-absolute@1.0.1(transitive)
- Removedwrappy@1.0.2(transitive)
Updatedglob@^10.4.1
Updatedminimatch@^9.0.4