alexmdodge / github-diff-explorer

The GitHub Diff Explorer is a Chrome/Firefox extension that generates a seamless file explorer with a minimalist focus.
https://gde.alexdodge.ca/
MIT License
29 stars 5 forks source link

Task: Fix Vulnerable NPM Dependency #30

Closed alexmdodge closed 6 years ago

alexmdodge commented 6 years ago

A dependency was flagged. The library should be identified and either substituted or removed. If it's a build related process it can be left as it does not represent client facing code.

alexmdodge commented 6 years ago

Need to wait for node-sass v5 to be released, https://github.com/sass/node-sass/issues/2355. Downgraded priority as it is used in the compilation process and is not directly user facing.

alexmdodge commented 6 years ago

Opted to remove SASS and just use PostCSS.