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.0.0 to 13.0.1

types/extract-ts-config.d.ts

20

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

@@ -49,3 +49,4 @@ "keywords": [

".": {
"import": "./src/main/index.mjs"
"import": "./src/main/index.mjs",
"types": "./types/dependency-cruiser.d.ts"
},

@@ -59,3 +60,4 @@ "./config-utl/extract-babel-config": {

"./config-utl/extract-ts-config": {
"import": "./src/config-utl/extract-ts-config.mjs"
"import": "./src/config-utl/extract-ts-config.mjs",
"types": "./types/extract-ts-config.d.ts"
},

@@ -159,3 +161,3 @@ "./config-utl/extract-webpack-resolve-config": {

"get-stream": "^6.0.1",
"glob": "10.2.3",
"glob": "10.2.4",
"handlebars": "4.7.7",

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

"tsconfig-paths-webpack-plugin": "4.0.1",
"watskeburt": "0.11.1",
"watskeburt": "0.11.2",
"wrap-ansi": "8.1.0"

@@ -183,8 +185,8 @@ },

"@babel/preset-typescript": "7.21.5",
"@swc/core": "1.3.57",
"@swc/core": "1.3.58",
"@types/lodash": "4.14.194",
"@types/node": "20.1.3",
"@types/node": "20.1.6",
"@types/prompts": "2.4.4",
"@typescript-eslint/eslint-plugin": "5.59.5",
"@typescript-eslint/parser": "5.59.5",
"@typescript-eslint/eslint-plugin": "5.59.6",
"@typescript-eslint/parser": "5.59.6",
"@vue/compiler-sfc": "3.3.2",

@@ -191,0 +193,0 @@ "c8": "7.13.0",

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

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

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