shentao / vue-multiselect

Universal select/multiselect/tagging component for Vue.js
https://vue-multiselect.js.org/
MIT License
6.66k stars 991 forks source link

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

Open Havunen opened 1 year ago

Havunen commented 1 year ago

image

image

Please remove native type prototype modifications from vue-multiselect

Havunen commented 1 year ago

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 commented 1 year ago

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

vue-multiselect-2 2.1.8