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

color-string incorrectly believes prototype properties are colors #44

Closed
tolmasky opened this issue Jul 17, 2019 · 1 comment
Closed

Comments

@tolmasky
Copy link
Contributor

tolmasky commented Jul 17, 2019

color-string will incorrectly return a color object for things like "constructor" and "__proto__".

Here is an example of all of them:

Screen Shot 2019-07-17 at 9 21 08 AM

https://runkit.com/tolmasky/color-string-prototype-bug

If one adds other properties to Object.prototype, those will also be mis-identified as colors.

tolmasky added a commit to runkit-forks/color-string that referenced this issue Jul 17, 2019
…erties on Object's prototype like "constructor".

Closes Qix-#44.

Reviewed by @tolmasky.
@Qix-
Copy link
Owner

Qix- commented Nov 26, 2021

Great catch. Thanks for the repo, and sorry for the insane delay on this.

Qix- added a commit that referenced this issue Nov 26, 2021
@Qix- Qix- closed this as completed in 20e55f3 Nov 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants