Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: npm/cacache
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v9.2.6
Choose a base ref
...
head repository: npm/cacache
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v9.2.7
Choose a head ref
  • 3 commits
  • 4 files changed
  • 2 contributors

Commits on Jun 1, 2017

  1. fix(content): make verified content completely read-only (#96)

    The only non-corrupting modification to content stored in cacache is to
    delete it, and that requires write permission on the containing
    directory rather than on the file itself. Since no valid operations
    require write permissions on the content files, mark them as read-only
    so that the rest of the OS knows these files aren't meant to be written
    to.
    
    Fixes: #95
    
    Signed-off-by: Ryan Graham <[email protected]>
    rmg authored and zkat committed Jun 1, 2017
    Configuration menu
    Copy the full SHA
    4131196 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2017

  1. deps: bump some devDeps

    zkat committed Jun 5, 2017
    Configuration menu
    Copy the full SHA
    f1c77ad View commit details
    Browse the repository at this point in the history
  2. chore(release): 9.2.7

    zkat committed Jun 5, 2017
    Configuration menu
    Copy the full SHA
    c4f2f6c View commit details
    Browse the repository at this point in the history
Loading