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

Fix rustdoc display with js disabled #302

Merged
merged 1 commit into from
Oct 4, 2019

Commits on Oct 3, 2019

  1. Fix cache integrity check false-positives across multiple registries (#…

    …7595)
    
    * Add tests for cache integrity check
    
    * Always store sha1 hash as part of cacheIntegrity
    
    This prevents broken installs as a result of a package being resolved
    from a registry that does not return an sha512 integrity field, such as
    an internal npm registry, where the package was previously cached from
    a registry that did return a sha512 integrity hash.
    
    * Improve cache integrity check error messages
    Blasz authored and arcanis committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    c040e79 View commit details
    Browse the repository at this point in the history