-
Notifications
You must be signed in to change notification settings - Fork 133
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace eval() for parsing JSON strings (#465)
* Replace eval() with JSON.parse() for parsing JSON strings * Replace eval with safe-eval for parsing JSON strings * Replace eval with better-eval for parsing JSON strings * Use assert without strict for comparing objects created by better-eval * Use assert without strict for comparing objects created by better-eval * Use assert without strict for comparing objects created by better-eval --------- Co-authored-by: ilesh garish <111810784+sfc-gh-igarish@users.noreply.github.com>
- Loading branch information
1 parent
ca2f5e6
commit 0c9622a
Showing
5 changed files
with
27 additions
and
11 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
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
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