-
-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in 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 <[email protected]>
fix: converting circular structure to json (#1663) Fixed at verdaccio/monorepo#312 Fixes #1639 Co-Authored-By: Daniel Ruf <[email protected]> Co-authored-by: Daniel Ruf <[email protected]>
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