paulomcnally / youtube-node

Youtube api implementation for nodeJS
https://www.npmjs.com/package/youtube-node
Apache License 2.0
108 stars 53 forks source link

feat: replace request with phin #53

Open PhilHannent opened 4 years ago

PhilHannent commented 4 years ago

The request library has a lot of dependencies which can contain security issues.

This pull request swaps the request dependency for phin which is the smallest http request library in the node ecosystem.

I have tested this with my project and it works as expected.

paulomcnally commented 1 year ago

Hi.

Please change 4 space with 2 space on youre editor.