Socket
Socket
Sign inDemoInstall

dependency-cruiser

Package Overview
Dependencies
63
Maintainers
2
Versions
523
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 15.0.0 to 15.3.0

src/report/d2.mjs

54

package.json
{
"name": "dependency-cruiser",
"version": "15.0.0",
"version": "15.3.0",
"description": "Validate and visualize dependencies. With your rules. JavaScript, TypeScript, CoffeeScript. ES6, CommonJS, AMD.",

@@ -73,4 +73,4 @@ "keywords": [

},
"./sample-reporter-plugin": "./configs/plugins/stats-reporter-plugin.js",
"./sample-3d-reporter-plugin": "./configs/plugins/3d-reporter-plugin.js",
"./sample-reporter-plugin": "./configs/plugins/stats-reporter-plugin.mjs",
"./sample-3d-reporter-plugin": "./configs/plugins/3d-reporter-plugin.mjs",
"./mermaid-reporter-plugin": "./src/report/mermaid.mjs"

@@ -157,7 +157,7 @@ },

"dependencies": {
"acorn": "8.10.0",
"acorn": "8.11.2",
"acorn-jsx": "5.3.2",
"acorn-jsx-walk": "2.0.0",
"acorn-loose": "8.3.0",
"acorn-walk": "8.2.0",
"acorn-loose": "8.4.0",
"acorn-walk": "8.3.0",
"ajv": "8.12.0",

@@ -167,10 +167,10 @@ "chalk": "5.3.0",

"enhanced-resolve": "5.15.0",
"figures": "5.0.0",
"figures": "6.0.1",
"ignore": "5.2.4",
"indent-string": "5.0.0",
"interpret": "^3.1.1",
"is-installed-globally": "0.4.0",
"is-installed-globally": "1.0.0",
"json5": "2.2.3",
"lodash": "4.17.21",
"picomatch": "2.3.1",
"picomatch": "3.0.1",
"prompts": "2.4.2",

@@ -183,31 +183,31 @@ "rechoir": "^0.8.0",

"tsconfig-paths-webpack-plugin": "4.1.0",
"watskeburt": "2.0.0",
"wrap-ansi": "8.1.0"
"watskeburt": "2.0.1",
"wrap-ansi": "9.0.0"
},
"devDependencies": {
"@babel/core": "7.23.2",
"@babel/plugin-transform-modules-commonjs": "7.23.0",
"@babel/preset-typescript": "7.23.2",
"@swc/core": "1.3.94",
"@types/lodash": "4.14.200",
"@types/node": "20.8.7",
"@types/prompts": "2.4.7",
"@typescript-eslint/eslint-plugin": "6.8.0",
"@typescript-eslint/parser": "6.8.0",
"@vue/compiler-sfc": "3.3.6",
"@babel/core": "7.23.3",
"@babel/plugin-transform-modules-commonjs": "7.23.3",
"@babel/preset-typescript": "7.23.3",
"@swc/core": "1.3.96",
"@types/lodash": "4.14.201",
"@types/node": "20.9.0",
"@types/prompts": "2.4.8",
"@typescript-eslint/eslint-plugin": "6.10.0",
"@typescript-eslint/parser": "6.10.0",
"@vue/compiler-sfc": "3.3.8",
"c8": "8.0.1",
"coffeescript": "2.7.0",
"eslint": "8.52.0",
"eslint": "8.53.0",
"eslint-config-moving-meadow": "4.0.2",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-budapestian": "5.0.1",
"eslint-plugin-budapestian": "6.0.0",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-mocha": "10.2.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-security": "1.7.1",
"eslint-plugin-unicorn": "^48.0.1",
"eslint-plugin-unicorn": "^49.0.0",
"husky": "8.0.3",
"intercept-stdout": "0.1.2",
"lint-staged": "15.0.2",
"lint-staged": "15.1.0",
"mocha": "10.2.0",

@@ -223,3 +223,3 @@ "normalize-newline": "4.1.0",

"upem": "9.0.2",
"vue-template-compiler": "2.7.14",
"vue-template-compiler": "2.7.15",
"yarn": "1.22.19"

@@ -226,0 +226,0 @@ },

@@ -1,2 +0,2 @@

import {
import type {
IAvailableExtension,

@@ -3,0 +3,0 @@ IAvailableTranspiler,

/* generated - don't edit */
module.exports = {
version: "15.0.0",
version: "15.3.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;
}

@@ -28,5 +28,6 @@ // cruise options, cruise result

| "mermaid"
| "d2"
| "null"
// for plugins: string. TODO: research whether it's possible to
// tie this down to the `^plugin:[^:]+-reporter-plugin.c?js$` regex
// tie this down to the `^plugin:[^:]+-reporter-plugin.[cm]?js$` regex
| string;

@@ -40,4 +41,5 @@

| "aliased-subpath-import"
| "aliased-tsconfig"
| "aliased-webpack"
| "aliased-tsconfig"
| "aliased-workspace"
| "core"

@@ -44,0 +46,0 @@ | "deprecated"

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

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc