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

refactor(node-resolve): remove deep-freeze and deepmerge from dependencies #529

Merged
merged 1 commit into from Aug 6, 2020

Commits on Aug 5, 2020

  1. refactor(node-resolve): remove deep-freeze from dependencies

    `deep-freeze` is licensed as Public Domain, which might be problematic for some 3rd parties such as the Angular CLI.
    
    In Angular CLI we have a license validator that validates direct and transitive dependencies, and Public Domain is a problematic license becuse it falls under the "unencumbered' group which requires legal audit.
    
    More context: https://opensource.google/docs/thirdparty/licenses/#unencumbered
    alan-agius4 committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    54a3a52 View commit details
    Browse the repository at this point in the history