-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade safe-stable-stringify lib to 2.x
https://github.com/BridgeAR/safe-stable-stringify/releases - Allow `opts` to configure the lib. - Update types for new opts. - Add tests to fill in coverage for json.js. NB. The `Buffer.toString('base64')` conversion was removed. Buffer implements `toJSON` so this block of code was not being executed anyway, as the replacer is called with the result of `toJSON`. Base64 was never being returned. https://nodejs.org/api/buffer.html#buftojson
- Loading branch information
1 parent
80547d6
commit bdb7743
Showing
5 changed files
with
113 additions
and
6,041 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.