Submit
Path:
~
/
/
proc
/
self
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
json-stringify-safe
/
File Content:
CHANGELOG.md
## Unreleased - Fixes stringify to only take ancestors into account when checking circularity. It previously assumed every visited object was circular which led to [false positives][issue9]. Uses the tiny serializer I wrote for [Must.js][must] a year and a half ago. - Fixes calling the `replacer` function in the proper context (`thisArg`). - Fixes calling the `cycleReplacer` function in the proper context (`thisArg`). - Speeds serializing by a factor of Big-O(h-my-god-it-linearly-searched-every-object) it had ever seen. Searching only the ancestors for a circular references speeds up things considerably. [must]: https://github.com/moll/js-must [issue9]: https://github.com/isaacs/json-stringify-safe/issues/9
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
.npmignore
7 bytes
0644
CHANGELOG.md
734 bytes
0644
LICENSE
765 bytes
0644
Makefile
675 bytes
0644
README.md
1261 bytes
0644
package.json
1737 bytes
0644
stringify.js
907 bytes
0644
N4ST4R_ID | Naxtarrr