@cspell/cspell-json-reporter
Advanced tools
Comparing version 7.1.1 to 7.2.0
{ | ||
"name": "@cspell/cspell-json-reporter", | ||
"version": "7.1.1", | ||
"version": "7.2.0", | ||
"description": "JSON reporter for CSpell", | ||
@@ -11,10 +11,8 @@ "author": "Jason Dent", | ||
"homepage": "https://github.com/streetsidesoftware/cspell/tree/main/packages/cspell-json-reporter#readme", | ||
"type": "commonjs", | ||
"main": "dist/cjs/index.js", | ||
"types": "dist/cjs/index.d.ts", | ||
"module": "dist/esm/index.mjs", | ||
"type": "module", | ||
"types": "dist/esm/index.d.ts", | ||
"module": "dist/esm/index.js", | ||
"exports": { | ||
".": { | ||
"import": "./dist/esm/index.mjs", | ||
"require": "./dist/cjs/index.js" | ||
"import": "./dist/esm/index.js" | ||
} | ||
@@ -24,4 +22,2 @@ }, | ||
"dist", | ||
"!dist/esm/**/*.js", | ||
"!dist/esm/**/*.ts", | ||
"!**/*.tsbuildInfo", | ||
@@ -43,3 +39,3 @@ "!**/__mocks__", | ||
"clean": "shx rm -rf dist temp coverage \"*.tsbuildInfo\"", | ||
"build": "tsc -b . && ts2mjs dist/esm", | ||
"build": "tsc -b .", | ||
"build:esm": "tsc -p tsconfig.esm.json", | ||
@@ -53,3 +49,3 @@ "clean-build": "pnpm run clean && pnpm run build", | ||
"dependencies": { | ||
"@cspell/cspell-types": "7.1.1" | ||
"@cspell/cspell-types": "7.2.0" | ||
}, | ||
@@ -59,3 +55,3 @@ "engines": { | ||
}, | ||
"gitHead": "2dafa5386c58637614034c7a6d0fa13c03b16e41" | ||
"gitHead": "b08f7ddc3a4aa22cc80c69ca6638b2a943659a31" | ||
} |
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
1
Yes
11973
13
197
1
7
0
+ Added@cspell/cspell-types@7.2.0(transitive)
- Removed@cspell/cspell-types@7.1.1(transitive)
Updated@cspell/cspell-types@7.2.0