mathjs v3.11.5 Release Notes

Release Date: 2017-04-08 // about 7 years ago
    • 🔒 More security measures in the expression parser. WARNING: the behavior of the expression parser is now more strict, some undocumented features may not work any longer.
      • Accessing and assigning properties is now only allowed on plain objects, not on classes, arrays, and functions anymore.
      • Accessing methods is restricted to a set of known, safe methods.