Skip to content
This repository has been archived by the owner on Oct 11, 2022. It is now read-only.

v0.3.1: Hotfix size calculation

Latest
Compare
Choose a tag to compare
@mxstbr mxstbr released this 08 Nov 10:28
· 34 commits to master since this release
460a015

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.