Understanding Subresource Integrity
BRANK

Every bit of JavaScript you add to a site is a potential way in for a hacker. This is doubly true if that JavaScript is hosted by someone else, such as on a public CDN. Subresource Integrity is a browser feature you can use to make sure that the code being used is exactly what you intended.

smashingmagazine.com
Related Topics: JavaScript jQuery Gulp