Hello,
yesterday I've noticed in every node package page there's a button for scanning for potential risks in a module redirecting users to 'socket.dev'.
Apparently this website suggests users my software is certainly malware because it flags the pre-built webpack exported artifacts (reproducible even) I make optionally available in the dist directory for NPM users who want to include the library in a web page directly without building the webpack themselves as a malware.
I've seen many other module packages export webpacks or binary like single file exports or even binaries in the dist directory so I guess those modules are affected by those false flags as well.
Like this flag triggers on all typescript packages as well?
So nothing I'm not sure where to report to take down those flags so here I am.
Hello,
yesterday I've noticed in every node package page there's a button for scanning for potential risks in a module redirecting users to 'socket.dev'.
Apparently this website suggests users my software is certainly malware because it flags the pre-built webpack exported artifacts (reproducible even) I make optionally available in the
distdirectory for NPM users who want to include the library in a web page directly without building the webpack themselves as a malware.I've seen many other module packages export webpacks or binary like single file exports or even binaries in the
distdirectory so I guess those modules are affected by those false flags as well.Like this flag triggers on all typescript packages as well?
So nothing I'm not sure where to report to take down those flags so here I am.