What a worthless advisory, how about sharing who could possibly be affected at the very top, or at least anywhere?<p>Going to the issue, it seems the `preinstall` field was changed to `start /B node compile.js & node compile.js",` which means this would only run on Windows machines, everyone else seems to be unaffected.<p>Here is how you can find out if you have the affected package on your machine/instance:<p><pre><code> find ~/projects/ -name "*coa*" | xargs -I {} jq .version {}/package.json 2>/dev/null
</code></pre>
Assumes you have `find`, `xargs` and `jq` installed, will print all versions of coa it can find. Seems any version above 2.0.3 is bad.<p>Edit: is anyone sitting on the source for `compile.js` as mentioned? Would be interesting to see.