dependency-cruiser
Advanced tools
Comparing version 13.1.3 to 13.1.4
{ | ||
"name": "dependency-cruiser", | ||
"version": "13.1.3", | ||
"version": "13.1.4", | ||
"description": "Validate and visualize dependencies. With your rules. JavaScript, TypeScript, CoffeeScript. ES6, CommonJS, AMD.", | ||
@@ -162,3 +162,2 @@ "keywords": [ | ||
"glob": "10.3.3", | ||
"handlebars": "4.7.8", | ||
"ignore": "5.2.4", | ||
@@ -184,8 +183,8 @@ "indent-string": "5.0.0", | ||
"@babel/preset-typescript": "7.22.5", | ||
"@swc/core": "1.3.76", | ||
"@swc/core": "1.3.78", | ||
"@types/lodash": "4.14.197", | ||
"@types/node": "20.4.10", | ||
"@types/node": "20.5.1", | ||
"@types/prompts": "2.4.4", | ||
"@typescript-eslint/eslint-plugin": "6.3.0", | ||
"@typescript-eslint/parser": "6.3.0", | ||
"@typescript-eslint/eslint-plugin": "6.4.0", | ||
"@typescript-eslint/parser": "6.4.0", | ||
"@vue/compiler-sfc": "3.3.4", | ||
@@ -199,3 +198,3 @@ "c8": "8.0.1", | ||
"eslint-plugin-eslint-comments": "3.2.0", | ||
"eslint-plugin-import": "2.28.0", | ||
"eslint-plugin-import": "2.28.1", | ||
"eslint-plugin-mocha": "10.1.0", | ||
@@ -207,7 +206,7 @@ "eslint-plugin-node": "11.1.0", | ||
"intercept-stdout": "0.1.2", | ||
"lint-staged": "13.3.0", | ||
"lint-staged": "14.0.0", | ||
"mocha": "10.2.0", | ||
"normalize-newline": "4.1.0", | ||
"npm-run-all": "4.1.5", | ||
"prettier": "3.0.1", | ||
"prettier": "3.0.2", | ||
"proxyquire": "2.1.3", | ||
@@ -214,0 +213,0 @@ "shx": "0.3.4", |
/* generated - don't edit */ | ||
module.exports = { | ||
version: "13.1.3", | ||
version: "13.1.4", | ||
engines: { | ||
@@ -6,0 +6,0 @@ node: "^16.14||>=18", |
@@ -281,3 +281,4 @@ import { IBaselineViolations } from "./baseline-violations"; | ||
* external packages that only expose types, and you still want references | ||
* to these types to be resolved you could expand this to ['main', 'types'] | ||
* to these types to be resolved you could expand this to | ||
* ['main', 'types', 'typings'] | ||
*/ | ||
@@ -284,0 +285,0 @@ mainFields?: string[]; |
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
26
15825
0
586117
226
- Removedhandlebars@4.7.8
- Removedhandlebars@4.7.8(transitive)
- Removedneo-async@2.6.2(transitive)
- Removedsource-map@0.6.1(transitive)
- Removeduglify-js@3.19.3(transitive)
- Removedwordwrap@1.0.0(transitive)