This plugin makes formiojs library to use sandboxed eval with custom js-interpreter instead of default eval function.
import ProtectedEval from '@formio/protected-eval';
import { Formio } from 'formiojs';
Formio.use(ProtectedEval);
Plugin doesn't allow usage of following variables in custom scripts:
instance
self