dependency-cruiser
Advanced tools
Comparing version 15.1.1 to 15.2.0
{ | ||
"name": "dependency-cruiser", | ||
"version": "15.1.1", | ||
"version": "15.2.0", | ||
"description": "Validate and visualize dependencies. With your rules. JavaScript, TypeScript, CoffeeScript. ES6, CommonJS, AMD.", | ||
@@ -165,3 +165,3 @@ "keywords": [ | ||
"enhanced-resolve": "5.15.0", | ||
"figures": "5.0.0", | ||
"figures": "6.0.1", | ||
"ignore": "5.2.4", | ||
@@ -188,12 +188,12 @@ "indent-string": "5.0.0", | ||
"@babel/preset-typescript": "7.23.2", | ||
"@swc/core": "1.3.95", | ||
"@swc/core": "1.3.96", | ||
"@types/lodash": "4.14.200", | ||
"@types/node": "20.8.9", | ||
"@types/node": "20.8.10", | ||
"@types/prompts": "2.4.7", | ||
"@typescript-eslint/eslint-plugin": "6.9.0", | ||
"@typescript-eslint/parser": "6.9.0", | ||
"@typescript-eslint/eslint-plugin": "6.9.1", | ||
"@typescript-eslint/parser": "6.9.1", | ||
"@vue/compiler-sfc": "3.3.7", | ||
"c8": "8.0.1", | ||
"coffeescript": "2.7.0", | ||
"eslint": "8.52.0", | ||
"eslint": "8.53.0", | ||
"eslint-config-moving-meadow": "4.0.2", | ||
@@ -207,3 +207,3 @@ "eslint-config-prettier": "9.0.0", | ||
"eslint-plugin-security": "1.7.1", | ||
"eslint-plugin-unicorn": "^48.0.1", | ||
"eslint-plugin-unicorn": "^49.0.0", | ||
"husky": "8.0.3", | ||
@@ -210,0 +210,0 @@ "intercept-stdout": "0.1.2", |
/* generated - don't edit */ | ||
module.exports = { | ||
version: "15.1.1", | ||
version: "15.2.0", | ||
engines: { | ||
@@ -6,0 +6,0 @@ node: "^18.17||>=20", |
@@ -22,2 +22,11 @@ export type cacheStrategyType = "metadata" | "content"; | ||
strategy: cacheStrategyType; | ||
/** | ||
* Whether to compress the cache or not | ||
* | ||
* Setting this to true adds a few ms to the execution time, but | ||
* typically reduces the cache size by 80-90%. | ||
* | ||
* Defaults to false. | ||
*/ | ||
compress: boolean; | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
594026
16073
+ Addedfigures@6.0.1(transitive)
+ Addedis-unicode-supported@2.1.0(transitive)
- Removedescape-string-regexp@5.0.0(transitive)
- Removedfigures@5.0.0(transitive)
- Removedis-unicode-supported@1.3.0(transitive)
Updatedfigures@6.0.1