This repository has been archived by the owner on Oct 11, 2022. It is now read-only.
The module I used for the size calculation introduced in 0.3.1 handled complex objects very badly and crashed most of the time. (or went into an infinite loop)
This patch hotfixes it by just using JSON.stringify
.