Prototype methods can conflict with ES5 array methods (Array.protoype.filter, Array.prototype.map, etc). It's causing problems for us when using VueJS on FlamingParrot pages (because Prototype is loaded there).
We should upgrade it to at least v1.7.1 which fixes this. Upgrading to latest (v.1.7.3) is better as it fixes more bugs.