Socket
Socket
Sign inDemoInstall

dependency-cruiser

Package Overview
Dependencies
Maintainers
2
Versions
533
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dependency-cruiser - npm Package Compare versions

Comparing version 13.1.0-beta-3 to 13.1.0

8

configs/plugins/3d-reporter-plugin.js

@@ -78,3 +78,3 @@ const path = require("node:path");

return `${formatFileName(pFrom)} ${figures.arrowRight}</br>${formatFileName(
pTo
pTo,
)}`;

@@ -104,5 +104,5 @@ }

label: formatDependency(pCurrentModule.source, pDependency.resolved),
}))
})),
),
[]
[],
);

@@ -112,3 +112,3 @@

/@@LINKS@@/g,
JSON.stringify(lLinks)
JSON.stringify(lLinks),
);

@@ -115,0 +115,0 @@ }

@@ -79,5 +79,5 @@ const MEDIAN = 0.5;

null,
DEFAULT_JSON_INDENT
DEFAULT_JSON_INDENT,
),
exitCode: 0,
});
{
"name": "dependency-cruiser",
"version": "13.1.0-beta-3",
"version": "13.1.0",
"description": "Validate and visualize dependencies. With your rules. JavaScript, TypeScript, CoffeeScript. ES6, CommonJS, AMD.",

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

"depcruise:reaches": "node ./bin/dependency-cruise.mjs src bin test configs types tools --progress --no-cache --config configs/.dependency-cruiser-unlimited.mjs --output-type text --reaches",
"format": "prettier --loglevel warn --write \"src/**/*.js\" \"configs/**/*.js\" \"tools/**/*.mjs\" \"bin/*\" \"types/*.d.ts\" \"test/**/*.spec.{cjs,js}\" \"test/**/*.{spec,utl}.mjs\"",
"format:check": "prettier --loglevel warn --check \"src/**/*.js\" \"configs/**/*.js\" \"tools/**/*.mjs\" \"bin/*\" \"types/*.d.ts\" \"test/**/*.spec.{cjs,js}\" \"test/**/*.{spec,utl}.mjs\"",
"format": "prettier --log-level warn --write \"src/**/*.js\" \"configs/**/*.js\" \"tools/**/*.mjs\" \"bin/*\" \"types/*.d.ts\" \"test/**/*.spec.{cjs,js}\" \"test/**/*.{spec,utl}.mjs\"",
"format:check": "prettier --log-level warn --check \"src/**/*.js\" \"configs/**/*.js\" \"tools/**/*.mjs\" \"bin/*\" \"types/*.d.ts\" \"test/**/*.spec.{cjs,js}\" \"test/**/*.{spec,utl}.mjs\"",
"lint": "npm-run-all --parallel --aggregate-output lint:eslint format:check lint:types",

@@ -152,3 +152,3 @@ "lint:eslint": "eslint bin/dependency-cruise.mjs bin src test configs tools/**/*.mjs --cache --cache-location node_modules/.cache/eslint/",

"dependencies": {
"acorn": "8.9.0",
"acorn": "8.10.0",
"acorn-jsx": "5.3.2",

@@ -163,3 +163,3 @@ "acorn-jsx-walk": "2.0.0",

"figures": "5.0.0",
"glob": "10.3.1",
"glob": "10.3.3",
"handlebars": "4.7.7",

@@ -175,3 +175,3 @@ "ignore": "5.2.4",

"safe-regex": "2.1.1",
"semver": "^7.5.3",
"semver": "^7.5.4",
"semver-try-require": "6.2.3",

@@ -184,11 +184,11 @@ "teamcity-service-messages": "0.1.14",

"devDependencies": {
"@babel/core": "7.22.5",
"@babel/core": "7.22.8",
"@babel/plugin-transform-modules-commonjs": "7.22.5",
"@babel/preset-typescript": "7.22.5",
"@swc/core": "1.3.67",
"@swc/core": "1.3.68",
"@types/lodash": "4.14.195",
"@types/node": "20.3.3",
"@types/node": "20.4.1",
"@types/prompts": "2.4.4",
"@typescript-eslint/eslint-plugin": "5.60.1",
"@typescript-eslint/parser": "5.60.1",
"@typescript-eslint/eslint-plugin": "5.61.0",
"@typescript-eslint/parser": "5.61.0",
"@vue/compiler-sfc": "3.3.4",

@@ -215,3 +215,3 @@ "c8": "8.0.0",

"npm-run-all": "4.1.5",
"prettier": "2.8.8",
"prettier": "3.0.0",
"proxyquire": "2.1.3",

@@ -227,6 +227,6 @@ "shx": "0.3.4",

"overrides": {
"semver": "^7.5.3"
"semver": "^7.5.4"
},
"resolutions": {
"semver": "^7.5.3"
"semver": "^7.5.4"
},

@@ -233,0 +233,0 @@ "upem": {

@@ -191,3 +191,3 @@ var gMode = new Mode();

nodeListToArray(document.querySelectorAll(".current")).forEach(
removeHighlight
removeHighlight,
);

@@ -194,0 +194,0 @@ }

/* generated - don't edit */
module.exports = {
version: "13.1.0-beta-3",
version: "13.1.0",
engines: {

@@ -6,0 +6,0 @@ node: "^16.14||>=18",

@@ -94,3 +94,3 @@ import { ICruiseResult } from "./cruise-result";

pResolveOptions?: IResolveOptions,
pTranspileOptions?: ITranspileOptions
pTranspileOptions?: ITranspileOptions,
): Promise<IReporterOutput>;

@@ -107,3 +107,3 @@

pResult: ICruiseResult,
pFormatOptions: IFormatOptions
pFormatOptions: IFormatOptions,
): Promise<IReporterOutput>;

@@ -110,0 +110,0 @@

@@ -14,3 +14,3 @@ /**

export default function extractBabelConfig(
pBabelConfigFileName: string
pBabelConfigFileName: string,
): Promise<object>;

@@ -17,0 +17,0 @@

@@ -23,3 +23,3 @@ import { ICruiseOptions } from "./options";

pAlreadyVisited?: Set<string>,
pBaseDirectory?: string
pBaseDirectory?: string,
): Promise<ICruiseOptions>;

@@ -15,3 +15,3 @@ import { ParsedCommandLine } from "typescript";

export default function extractTSConfig(
pTSConfigFileName: string
pTSConfigFileName: string,
): ParsedCommandLine;

@@ -17,3 +17,3 @@ /**

pEnvironment?: string,
pArguments?: string | any
pArguments?: string | any,
): Promise<any>;

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc