-
***
🚨 **Reminder!** Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚
[Find out how to migrate to Snyk at greenkeeper.io](https:/…
-
## The devDependency [madge](https://github.com/pahen/madge) was updated from `3.3.0` to `3.4.0`.
🚨 [View failing branch](https://github.com/Undistraction/folktale-validations/compare/master...Undis…
-
I run madge in my pipelines as a spaghetti mitigation strategy.
Using madge 5, everything went swimmingly
```
$ npx -p madge@5 madge -c --ts-config tsconfig.json --extensions ts --warning .
Pr…
-
### Which @angular/* package(s) are the source of the bug?
core
### Is this a regression?
No
### Description
This was already reported before, but not with the intent of making the error message …
-
https://github.com/requirejs/r.js/issues/1015
Medium severity
requirejs Prototype Pollution
VULNERABILITY
[CWE-1321OPEN THIS LINK IN A NEW TAB](https://cwe.mitre.org/data/definitions/1321.html)
…
-
Would it be possible to create a graph of cyclic dependencies?
I can do this in madge but it doesn't have the image capabilities.
I used the command: madge -c
-
Madge 6.0.0 seems finding dependencies correctly for my Node typescript application ***except*** for one module (Routes.ts) for which all dependencies are ignored. These are the dependencies, nothing …
-
Hello! is it possible add support for module [module-alias](https://www.npmjs.com/package/module-alias) ??
if I use this module, the svg image shows everything on the same level
-
``` javascript
// a.js
export const a = {}
```
``` javascript
// b.js
export const b = {}
```
``` javascript
// index.js
export * from 'a';
export * from 'b';
```
``` javascript
// m…
-
Hi,
I might be missing something, but with:
a.js:
```
import b from './b.js'
console.log(b)
```
and b.js:
```
import a from './a.js'
console.log(a)
```
`madge ./a.js` just prints o…