Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove need for css-img-datauri-stream #2

Merged
merged 1 commit into from
Feb 12, 2020

Conversation

philvarner
Copy link

No description provided.

@@ -5,7 +5,6 @@
"main": "index.js",
"browserify": {
"transform": [
"css-img-datauri-stream",
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this library has not been updated in 5 years and depends on a version of mime with a security vulnerability. The only place it's used is to, at build-time, generate a data uri for a single image. So, I manually generated the data uri for that image and updated the css with it, and now it no longer needs the lib.

Copy link

@lockettks lockettks left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@lockettks lockettks merged commit 10b0229 into astraea Feb 12, 2020
@lockettks lockettks deleted the feature/update-css-img-datauri-stream-mime branch February 12, 2020 20:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants