kevva / bin-wrapper

Binary wrapper that makes your programs seamlessly available as local dependencies
MIT License
152 stars 65 forks source link

migration from `download` to `got` #63

Closed alexander-akait closed 6 years ago

alexander-akait commented 6 years ago

Looks download have security issue in caw (tunnel-agent) (install latest npm@latest and run npm audit), also download use gulp-utils (which deprecated).

/cc @kevva @sindresorhus

alexander-akait commented 6 years ago

Looks like latest download already use got and don't have security problems. Need just update download to latest version