Kevin Lentin

Results 13 comments of Kevin Lentin

What is the process for fixes like this to get merged and patch releases to come out? I've got code scanning security software complaining that I'm running a very old...

> Hello ! I am not contributor here and I already approved this change. > > I hope this will get fixed at some points because axios-retry [retrying the request...

@paulsouche It seems it wants you to approve again. Are you able? I'm so keen to get this one rolled in and released. I'm currently facing a serious choice of...

@grenik Apparently, #5090 is done and merged. Or replaced with #5162. NOT FIXED. #5162 is merged and current v1.x branch has the same fault.

@DigitalBrainJS I'm sorry. I had removed an actual URL in favour of a fake one so the successful call at the end never happened. Added another .get to the nock...

I'm seeing the same thing: ``` "overrides": { "[email protected]": "^3.0.0" } ``` `npm install` gives me `[email protected]`. `npm update` doesn't change anything. Subsequent `npm install` gives me `[email protected]`, and it...

The issue here is that proxy-from-env looks at npm_config_http_proxy and npm_config_https_proxy WHY? That's ridiculous. We're not running npm, we're running our software. The npm config proxies are for npm to...

Awesome. Perhaps maybe something even more generic where you can provide an arbitrary prefix or prefixes for the variables so you can call it with "npm_config_" but you could also...

@jasonsaayman :-) No worries. Always enjoy a recursive reference.

Does anybody know of a suitable replacement module for this one? Unless axios is a dependency, this module is not usable. Our security team won't let us install axios 0.27...