-
-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
fix: prevent circular structure exception #312
fix: prevent circular structure exception #312
Conversation
Codecov Report
@@ Coverage Diff @@
## master #312 +/- ##
=======================================
Coverage 65.17% 65.17%
=======================================
Files 26 26
Lines 1407 1407
Branches 205 205
=======================================
Hits 917 917
Misses 487 487
Partials 3 3
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉
awesome @DanielRuf :) |
Fixed at verdaccio/monorepo#312 Fixes #1639 Co-Authored-By: Daniel Ruf <danielruf@users.noreply.github.com>
fix: converting circular structure to json (#1663) Fixed at verdaccio/monorepo#312 Fixes #1639 Co-Authored-By: Daniel Ruf <danielruf@users.noreply.github.com> Co-authored-by: Daniel Ruf <827205+DanielRuf@users.noreply.github.com>
Type:
bugfix
Scope:
local-storage
The following has been addressed in the PR:
Description:
bunyan already sanitizes objects and prevents circular reference exceptions.
Resolves verdaccio/verdaccio#1639