Comment on You too can run malware from NPM (I mean without consequences)parentComments−phil2941yWhat about complex SPAs? Database drivers? Polyfills? TypeScript?−AtNightWeCode1yPulling the source and compiling the package instead of pulling the package. Not much difference. Maybe slower build times but more secure and better builds.
Comments
What about complex SPAs? Database drivers? Polyfills? TypeScript?
Pulling the source and compiling the package instead of pulling the package. Not much difference. Maybe slower build times but more secure and better builds.