Listing dependencies
I just read Eliminating Known Vulnerabilities With Snyk about Snyk and tried to test Firetext for it. It reported Firetext not being a node project (which is correct, since there is no package.json).
Do you have 3rd party dependencies managed by bower or npm or that like? If yes, where can I find a manifest listing them?
Unfortunately not. @joshua-s we should use bower.
Also we could use npm + browserify without making it a Node.JS app for dependency management and usage.
Or npm + webpack or that like.
I've seen a bunch of Front-End projects walking that way. Personally I use NPM for dep management, too.
If you stick to bower, that's fine. I'll look into adding support for it in SNYK, then ;-)