logdna-browser icon indicating copy to clipboard operation
logdna-browser copied to clipboard

fix(stringify): use safe-stable-stringify for stringifying json

Open TerryMooreII opened this issue 4 years ago • 0 comments

Summary: The current package, fast-safe-stringify, appears to hang on very large objects that contain circular references. Upon reading up on the issue from several packages open source packages its seems that this new package will handle these large circular references. Albeit I am having a hard time duplicating the issue for testing.

Addressing issue #15

TerryMooreII avatar Jul 28 '21 14:07 TerryMooreII