npm audit with verdaccio registry shows different vulnerabilities in compare with registry.npmjs.org #2437
-
Running Looks like it affects particular @VUE dependencies. But not sure if this was important. We can't figure out the reason of this behaviour. Probably this is kind of caching issue. Env:
Verdaccio config has
Could you please help with debugging that? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
hi @Inzeppelin
Audit is not cached, just pass through https://github.com/verdaccio/monorepo/blob/9.x/plugins/audit/src/audit.ts#L52 , there is no easier way to debug but you could just add a console.log in that line and see what you get from npmjs. Furthermore, npm audit was updated in v5.1.4, so please give a try to the latest. |
Beta Was this translation helpful? Give feedback.
hi @Inzeppelin
could you share (so I can check locally)
Audit is not cached, just pass through https://github.com/verdaccio/monorepo/blob/9.x/plugins/audit/src/audit.ts#L52 , there is no easier way to debug but you could just add a console.log in that line and see what you get from npmjs.
Furthermore, npm audit was updated in v5.1.4, so please give a try to the latest.