gka / chroma.js

JavaScript library for all kinds of color manipulations
https://gka.github.io/chroma.js/
Other
10.08k stars 543 forks source link

Chroma.js ships JQuery (because it's in docs) #256

Closed JakeThurman closed 3 years ago

JakeThurman commented 3 years ago

Our security scanner (Sonatype Nexus IQ Auditor) flags chroma.js as vulnerable for including jquery. However, chroma.js does not actually depend on jquery.

The issue is that the jquery is included in the /docs directory, which is part of what gets downloaded when you do npm install chroma-js.

The docs should not be shipped.