Skip to content
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

don't use same object reference in shallow dep info #66

Merged

Commits on Aug 16, 2023

  1. don't use same object reference in shallow dep info

    this causes us to create an invalid parent node that does not parse as a
    valid request in the API, due to the shared grandparent node being
    modified: https://github.com/scarf-sh/scarf-js/blob/8bade0e1b1ed705305e016f480beac36abef4cc0/report.js#L118-L128
    justinwoo committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    26a8b07 View commit details
    Browse the repository at this point in the history