We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
color-string will incorrectly return a color object for things like "constructor" and "__proto__".
color-string
Here is an example of all of them:
https://runkit.com/tolmasky/color-string-prototype-bug
If one adds other properties to Object.prototype, those will also be mis-identified as colors.
The text was updated successfully, but these errors were encountered:
Fix issue where color-string with incorrectly return a color for prop…
ab34443
…erties on Object's prototype like "constructor". Closes Qix-#44. Reviewed by @tolmasky.
Great catch. Thanks for the repo, and sorry for the insane delay on this.
Sorry, something went wrong.
add failing test for #44
b7c685f
20e55f3
Successfully merging a pull request may close this issue.
color-string
will incorrectly return a color object for things like "constructor" and "__proto__".Here is an example of all of them:
https://runkit.com/tolmasky/color-string-prototype-bug
If one adds other properties to Object.prototype, those will also be mis-identified as colors.
The text was updated successfully, but these errors were encountered: