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/ssri
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.0.1
Choose a base ref
...
head repository: npm/ssri
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.0.0
Choose a head ref
  • 9 commits
  • 15 files changed
  • 2 contributors

Commits on Sep 18, 2019

  1. chore(streams): replace transform streams with minipass

    BREAKING CHANGE: this replaces the Node.js stream with a Minipass
    stream.  See http://npm.im/minipass for documentation.
    claudiahdz authored and isaacs committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    363995e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34a7c74 View commit details
    Browse the repository at this point in the history
  3. test: update tap, standard, standard-version, travis

    BREAKING CHANGE: drop support for Node.js v6.
    
    We knew this was coming, and the Stream changes are breaking anyway.
    May as well do this now.
    isaacs committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    2e54956 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0659cca View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f7224bc View commit details
    Browse the repository at this point in the history
  6. Use native promises only

    BREAKING CHANGE: ssri no longer accepts a Promise option, and does not
    use, return, or rely on Bluebird promises.
    isaacs committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    6d13165 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d834c8d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    55b055d View commit details
    Browse the repository at this point in the history
  9. chore(release): 7.0.0

    isaacs committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    9c76e0c View commit details
    Browse the repository at this point in the history
Loading