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

Array prototype pollution caused by vue-multiselect v2.1.7 #1675

Open
Havunen opened this issue Mar 4, 2023 · 2 comments
Open

Array prototype pollution caused by vue-multiselect v2.1.7 #1675

Havunen opened this issue Mar 4, 2023 · 2 comments

Comments

@Havunen
Copy link

Havunen commented Mar 4, 2023

image

image

Please remove native type prototype modifications from vue-multiselect

@Havunen
Copy link
Author

Havunen commented Mar 4, 2023

I am expecting native Javascript execution when calling Array methods for example "push", but installing vue-multiselect injects code to these methods causing unexpected performance and breaking call stacks when profiling application

@Havunen Havunen changed the title Array prototype pollution caused by vue-multiselect Array prototype pollution caused by vue-multiselect v2.1.7 Mar 4, 2023
@Havunen
Copy link
Author

Havunen commented Mar 4, 2023

I have fixed this issue in my fork https://github.com/Havunen/vue-multiselect

vue-multiselect-2 2.1.8

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

No branches or pull requests

1 participant