natewatson999 / node-virustotal

VirusTotal API for Node JS
MIT License
47 stars 13 forks source link

Can't use v3 version #12

Closed Bruno-Marley closed 4 years ago

natewatson999 commented 4 years ago

I'm looking through this. Sorry, it's been a busy few months and I haven't been able to maintain this as much as I'd like. I'm looking now.

natewatson999 commented 4 years ago

The main differences in this are all in the 2.x code, package info, and documentation.

The 2.x code is all frozen due to Virustotal being in the process of deprecating it. The same is true for the legacy documentation. Because of this and an extreme number of collisions, I can't merge this.

However, I understand that browser-request is used in this branch instead of request to make this work as part of client code. I will work on modifying node-virustotal to work on clients as well. Thank you for bringing this to my attention.