Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dependency-cruiser

Package Overview
Dependencies
Maintainers
2
Versions
536
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 to 13.1.1

18

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

@@ -175,16 +175,16 @@ "keywords": [

"teamcity-service-messages": "0.1.14",
"tsconfig-paths-webpack-plugin": "4.0.1",
"watskeburt": "0.11.5",
"tsconfig-paths-webpack-plugin": "4.1.0",
"watskeburt": "0.11.6",
"wrap-ansi": "8.1.0"
},
"devDependencies": {
"@babel/core": "7.22.8",
"@babel/core": "7.22.9",
"@babel/plugin-transform-modules-commonjs": "7.22.5",
"@babel/preset-typescript": "7.22.5",
"@swc/core": "1.3.68",
"@swc/core": "1.3.69",
"@types/lodash": "4.14.195",
"@types/node": "20.4.1",
"@types/node": "20.4.2",
"@types/prompts": "2.4.4",
"@typescript-eslint/eslint-plugin": "5.61.0",
"@typescript-eslint/parser": "5.61.0",
"@typescript-eslint/eslint-plugin": "6.0.0",
"@typescript-eslint/parser": "6.0.0",
"@vue/compiler-sfc": "3.3.4",

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

"coffeescript": "2.7.0",
"eslint": "8.44.0",
"eslint": "8.45.0",
"eslint-config-moving-meadow": "4.0.2",

@@ -198,0 +198,0 @@ "eslint-config-prettier": "8.8.0",

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

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

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

pEnvironment?: string,
pArguments?: string | any,
pArguments?: any, // string or a list of arguments
): Promise<any>;

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

// cruise options, dependency-cruiser
/* as we don't care about types beyond code completion, we ignore the
* eslint warning that the 'string' type is redundant here.
*/
/* eslint-disable @typescript-eslint/no-redundant-type-constituents */
export type OutputType =

@@ -7,0 +11,0 @@ | "json"

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