eventOneHQ / npm-audit-html

🔒 Generate a HTML report for NPM Audit
http://oss.eventone.page/npm-audit-html/
MIT License
51 stars 26 forks source link

Yarn audit support #36

Open neuyu opened 4 years ago

neuyu commented 4 years ago

Could you support yarn audit?

neuyu commented 4 years ago

could you support yarn aduit

nprail commented 4 years ago

There is currently a very similar project that supports yarn audit. I think it was actually a fork of this one.

https://github.com/davityavryan/yarn-audit-html

But I'm certainly open to a PR adding support for yarn audit!

nprail commented 4 years ago

@davityavryan How much modification did you have to do to get yarn-audit-html to work? Would you be interested in doing a PR to merge Yarn support into npm-audit-html?

davityavryan commented 4 years ago

@nprail should be pretty easy. I was thinking about doing same thing (adding support for NPM). but I was planning to create separate package and deprecate mine. would recommend same for you actually, as of naming of the package can mislead users. but if you want, I can open PR to support yarn audit in your package. ;)

nprail commented 4 years ago

@davityavryan Yeah, I was thinking that too.

Maybe we could work together on a 2.0 under a more generic name with both npm and Yarn support?

davityavryan commented 4 years ago

sounds great. 👍

nprail commented 4 years ago

@neuyu Since we will be incorporating this into v2, please leave the issue open for now :)