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

add npm command for running a network audit #1682

Merged
merged 4 commits into from
Oct 18, 2018
Merged

Commits on Oct 18, 2018

  1. add npm command for running a network audit

    'npm run network-audit' produces a JSON file,
    network-audit-results.json, which contains the URL requests and 307's in
    the current build.
    
    it exits with non-zero status if any of the URLs in the audit are not
    whitelisted
    diracdeltas committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    544d984 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5dc59a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c1266de View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f81bada View commit details
    Browse the repository at this point in the history