Skip to content

Added Security Through Private Variables

Compare
Choose a tag to compare
@CMEONE CMEONE released this 31 Mar 05:20
· 139 commits to master since this release

We ensured that all internal uses of methods are either referenced through this.methodName or this.#parentObject.methodName to slightly increase security and resistance to methods being overwritten. However, objects should still be properly scoped to protect the methods.