cspell-glob
Advanced tools
Comparing version 8.9.1 to 8.10.0
{ | ||
"name": "cspell-glob", | ||
"version": "8.9.1", | ||
"version": "8.10.0", | ||
"description": "Glob matcher for cspell", | ||
@@ -14,7 +14,7 @@ "keywords": [ | ||
"sideEffects": false, | ||
"types": "dist/esm/index.d.ts", | ||
"module": "dist/esm/index.js", | ||
"types": "dist/index.d.ts", | ||
"module": "dist/index.js", | ||
"exports": { | ||
".": { | ||
"import": "./dist/esm/index.js" | ||
"import": "./dist/index.js" | ||
} | ||
@@ -29,2 +29,4 @@ }, | ||
"!**/*.test.*", | ||
"!**/perf/**", | ||
"!**/*.perf.*", | ||
"!**/*.spec.*", | ||
@@ -35,9 +37,11 @@ "!**/*.map" | ||
"clean": "shx rm -rf dist temp coverage \"*.tsbuildInfo\"", | ||
"build": "tsc -b . -f", | ||
"build:esm": "tsc -p tsconfig.esm.json", | ||
"build": "tsc -p .", | ||
"clean-build": "pnpm run clean && pnpm run build", | ||
"coverage": "vitest run --coverage", | ||
"test:perf": "insight --file \"dist/perf/**/*.perf.{mjs,js}\" -t 1000", | ||
"test:perf:ts": "insight --register ts-node/esm --file \"src/perf/**/*.perf.{mts,ts}\" -t 1000", | ||
"test:perf:prof": "NODE_ENV=production node --cpu-prof ../../node_modules/perf-insight/bin.mjs --file \"dist/perf/**/*.perf.{mjs,js}\" -t 1000", | ||
"test:watch": "vitest", | ||
"test": "vitest run", | ||
"watch": "tsc -b . -w -f" | ||
"watch": "tsc -p . -w" | ||
}, | ||
@@ -56,8 +60,9 @@ "repository": { | ||
"dependencies": { | ||
"@cspell/url": "8.10.0", | ||
"micromatch": "^4.0.7" | ||
}, | ||
"devDependencies": { | ||
"@types/micromatch": "^4.0.7" | ||
"@types/micromatch": "^4.0.9" | ||
}, | ||
"gitHead": "f532c77cca4bfae380293c586f02f377354c850b" | ||
"gitHead": "a5dde6ae7e2ac86ac956220d4b8c39a0e58e1bc6" | ||
} |
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
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
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
38485
872
2
1
+ Added@cspell/url@8.10.0
+ Added@cspell/url@8.10.0(transitive)