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

feat(audit) Initial addition of yarn audit command. #6409

Merged
merged 20 commits into from Oct 2, 2018

Commits on Jun 7, 2018

  1. Copy the full SHA
    b9d47c5 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2018

  1. code cleanup

    rally25rs committed Jun 9, 2018
    Copy the full SHA
    455ba9f View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2018

  1. Copy the full SHA
    9deb6ab View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2018

  1. Copy the full SHA
    65c1a91 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    1b94f47 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    c0102d7 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2018

  1. Copy the full SHA
    8bde0b2 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2018

  1. Copy the full SHA
    0d6784f View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2018

  1. added more audit tests

    rally25rs committed Sep 16, 2018
    Copy the full SHA
    733b98b View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2018

  1. feat(audit): Initial addition of yarn audit command and --audit flag

    Added "yarn audit" command which copies the behavior of "npm audit". Unline npm, yarn does not
    automatically run "audit" during "add/install/upgrade" commands. Since this would cause an
    additional network call, it broke all existing unit tests to add this feature and have it run
    automatically. In the interest of getting an initial release in the hands of our users the
    "add/install/upgrade" commands accept a "--audit" flag that will enable the audit. If you want audit
    to always execute, you can add "--*.audit true" to .yarnrc
    
    fix yarnpkg#5808
    rally25rs committed Sep 20, 2018
    Copy the full SHA
    f8590a9 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    4e802c4 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2018

  1. Copy the full SHA
    c3410ca View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    8e0cb76 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2018

  1. Copy the full SHA
    877e390 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2018

  1. Update install.js

    arcanis committed Sep 28, 2018
    Copy the full SHA
    a8c72dd View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2018

  1. Copy the full SHA
    0eca6f6 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    8ee7b23 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2018

  1. Copy the full SHA
    5ce1c5a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    13c92ec View commit details
    Browse the repository at this point in the history
  3. Updates the changelog

    Maël Nison committed Oct 2, 2018
    Copy the full SHA
    a83d382 View commit details
    Browse the repository at this point in the history