dependency-cruiser
Advanced tools
Comparing version 16.2.0 to 16.2.1
{ | ||
"name": "dependency-cruiser", | ||
"version": "16.2.0", | ||
"version": "16.2.1", | ||
"description": "Validate and visualize dependencies. With your rules. JavaScript, TypeScript, CoffeeScript. ES6, CommonJS, AMD.", | ||
@@ -19,11 +19,44 @@ "keywords": [ | ||
], | ||
"author": { | ||
"name": "Sander Verweij", | ||
"url": "https://sverweij.github.io" | ||
}, | ||
"author": "Sander Verweij (https://sverweij.github.io)", | ||
"contributors": [ | ||
{ | ||
"name": "Klaus Meinhardt", | ||
"url": "https://github.com/ajafff" | ||
} | ||
"Hirotaka Miyagi (https://mh4gf.dev)", | ||
"TruongSinh Tran-Nguyen (https://truongsinh.pro)", | ||
"Bastian Hess (https://github.com/bashess)", | ||
"Álvaro Cuesta (https://github.com/alvaro-cuesta)", | ||
"anna (https://github.com/annamooseity)", | ||
"Radosław Kłos (https://klos.dev)", | ||
"Joshua T (https://github.com/radiantly)", | ||
"Ivan (https://github.com/Winner95)", | ||
"Frieder Bluemle (https://github.com/friederbluemle)", | ||
"davidparkagoda (https://github.com/davidparkagoda)", | ||
"Matt Button (https://github.com/BRMatt)", | ||
"Jon Lauridsen (https://jonlauridsen.com)", | ||
"Klaus Meinhardt (https://github.com/ajafff)", | ||
"cunzaizhuyi (https://github.com/cunzaizhuyi)", | ||
"Greg Lockwood (https://github.com/greglockwood)", | ||
"Jeremy Magland (https://github.com/magland)", | ||
"Sebastian Landwehr (https://sebastianlandwehr.com)", | ||
"Brody McKee (https://github.com/mrmckeb)", | ||
"Bin (https://github.com/soulhat)", | ||
"정건우 (https://www.zigae.com/)", | ||
"Roy Swinkels (https://github.com/donroyco)", | ||
"Martin Slota (https://github.com/martinslota)", | ||
"Luke Page (https://github.com/lukeapage)", | ||
"Emily Marigold Klassen (https://forivall.com)", | ||
"Christian Vuerings (https://github.com/christianvuerings)", | ||
"Yuanhai He (https://bestmike007.com)", | ||
"Quentin de Metz (https://github.com/quentindemetz)", | ||
"Lars Artmann (https://larsartmann.com)", | ||
"Jessica Kerr (https://jessitron.com)", | ||
"Creative Ataraxia (https://github.com/Creative-Ataraxia)", | ||
"0xflotus (https://github.com/0xflotus)", | ||
"Daniel Edholm Ignat (https://github.com/dignite)", | ||
"Daniel Rodríguez Rivero (https://danielorodriguez.com)", | ||
"Nick Ribal (https://github.com/elektronik2k5)", | ||
"Richard Musiol https(://github.com/neelance)", | ||
"Sharang Pai (https://sharangpai.me)", | ||
"Stefan Gojan (https://stefan-gojan.de)", | ||
"Tharun Rajendran (https://github.com/tharun208)", | ||
"electrovir (https://github.com/electrovir)", | ||
"fusheng (https://github.com/lin-hun)" | ||
], | ||
@@ -119,7 +152,7 @@ "license": "MIT", | ||
"lodash": "4.17.21", | ||
"picomatch": "3.0.1", | ||
"picomatch": "4.0.1", | ||
"prompts": "2.4.2", | ||
"rechoir": "^0.8.0", | ||
"safe-regex": "2.1.1", | ||
"semver": "^7.5.4", | ||
"semver": "^7.6.0", | ||
"semver-try-require": "6.2.3", | ||
@@ -132,7 +165,7 @@ "teamcity-service-messages": "0.1.14", | ||
"overrides": { | ||
"semver": "^7.5.4", | ||
"semver": "^7.6.0", | ||
"postcss": "^8.4.31" | ||
}, | ||
"resolutions": { | ||
"semver": "^7.5.4", | ||
"semver": "^7.6.0", | ||
"postcss": "^8.4.31" | ||
@@ -139,0 +172,0 @@ }, |
@@ -45,3 +45,3 @@ # Dependency cruiser ![Dependency cruiser](https://raw.githubusercontent.com/sverweij/dependency-cruiser/main/doc/assets/ZKH-Dependency-recolored-160.png) | ||
[^2]: | ||
If you don't don't want to use `npx`, but instead `pnpx` (from the `pnpm` | ||
If you don't want to use `npx`, but instead `pnpx` (from the `pnpm` | ||
package manager) or `yarn` - please refer to that tool's documentation. | ||
@@ -48,0 +48,0 @@ Particularly `pnpx` has semantics that differ from `npx` quite significantly |
/* generated - don't edit */ | ||
module.exports = { | ||
version: "16.2.0", | ||
version: "16.2.1", | ||
engines: { | ||
@@ -6,0 +6,0 @@ node: "^18.17||>=20", |
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
624903
15036
+ Addedpicomatch@4.0.1(transitive)
- Removedpicomatch@3.0.1(transitive)
Updatedpicomatch@4.0.1
Updatedsemver@^7.6.0