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 15.1.1 to 15.2.0

16

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

@@ -165,3 +165,3 @@ "keywords": [

"enhanced-resolve": "5.15.0",
"figures": "5.0.0",
"figures": "6.0.1",
"ignore": "5.2.4",

@@ -188,12 +188,12 @@ "indent-string": "5.0.0",

"@babel/preset-typescript": "7.23.2",
"@swc/core": "1.3.95",
"@swc/core": "1.3.96",
"@types/lodash": "4.14.200",
"@types/node": "20.8.9",
"@types/node": "20.8.10",
"@types/prompts": "2.4.7",
"@typescript-eslint/eslint-plugin": "6.9.0",
"@typescript-eslint/parser": "6.9.0",
"@typescript-eslint/eslint-plugin": "6.9.1",
"@typescript-eslint/parser": "6.9.1",
"@vue/compiler-sfc": "3.3.7",
"c8": "8.0.1",
"coffeescript": "2.7.0",
"eslint": "8.52.0",
"eslint": "8.53.0",
"eslint-config-moving-meadow": "4.0.2",

@@ -207,3 +207,3 @@ "eslint-config-prettier": "9.0.0",

"eslint-plugin-security": "1.7.1",
"eslint-plugin-unicorn": "^48.0.1",
"eslint-plugin-unicorn": "^49.0.0",
"husky": "8.0.3",

@@ -210,0 +210,0 @@ "intercept-stdout": "0.1.2",

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

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