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/cli
base: v6.3.0
Choose a base ref
...
head repository: npm/cli
compare: v6.4.0
Choose a head ref
  • 20 commits
  • 343 files changed
  • 9 contributors

Commits on Aug 2, 2018

  1. doc: file-specifier: Remove stray comment

    iarna authored and zkat committed Aug 2, 2018
    Copy the full SHA
    c3ab25f View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2018

  1. config: Search for authentication token defined by environment variab…

    …le (#8)
    
    As discussed on npm.community[1], the fact that
    npm registry authentication tokens
    cannot be defined using environment variables
    does not seem justified anymore.
    
    The restriction is caused by the config loader translating
    * all `_` to `-`
    * the whole variable name to lowercase
    while the credential checker expects a key ending in `:_authToken`.
    
    This change fixes the problem
    by having the credential checker try
    a key ending in `:-authtoken` after it tried `:_authToken`.
    
    
    Fixes: https://npm.community/t/233
    Fixes: npm/npm#15565
    PR-URL: #8
    Credit: @mkhl
    Reviewed-By: @zkat
    mkhl authored and zkat committed Aug 3, 2018
    Copy the full SHA
    6e9f04b View commit details
    Browse the repository at this point in the history
  2. docs: Update --dry-run docs (#34)

    Remove publish from list of commands not affected by dry-run
    
    PR-URL: #34
    Credit: @joebowbeer
    Reviewed-By: @zkat
    joebowbeer authored and zkat committed Aug 3, 2018
    Copy the full SHA
    af98e76 View commit details
    Browse the repository at this point in the history
  3. config: stop filtering out non-ipv4 addresses from local-addrs (#35)

    Fixes: #986
    PR-URL: #35
    Credit: @valentin2105
    Reviewed-By: @zkat
    valentin2105 authored and zkat committed Aug 3, 2018
    Copy the full SHA
    84bfd23 View commit details
    Browse the repository at this point in the history
  4. docs: Improved repository examples (#36)

    PR-URL: #36
    Credit: @noahbenham
    Reviewed-By: @zkat
    noahbenham authored and zkat committed Aug 3, 2018
    Copy the full SHA
    e2b0f09 View commit details
    Browse the repository at this point in the history
  5. colors@1.1.2 (#39)

    REVERT REVERT, newer versions of this library are broken and print ansi
    codes even when disabled.
    
    PR-URL: #39
    Credit: @iarna
    Reviewed-By: @zkat
    iarna authored and zkat committed Aug 3, 2018
    Copy the full SHA
    32e6947 View commit details
    Browse the repository at this point in the history
  6. audit: configurable audit level for non-zero exit (#31)

    `npm audit` currently exits with exit code 1 if any vulnerabilities are found of any level.
    
    Add a flag of `--audit-level` to `npm audit` to allow it to pass if only vulnerabilities below a certain level are found.
    
    Example: `npm audit --audit-level=high` will exit with 0 if only low or moderate level vulns are detected.
    
    Fixes: https://npm.community/t/245
    PR-URL: #31
    Credit: @lennym
    Reviewed-By: @zkat
    lennym authored and zkat committed Aug 3, 2018
    Copy the full SHA
    792c8c7 View commit details
    Browse the repository at this point in the history
  7. cli: don't check for updates to npm when we are updating npm itself (#32

    )
    
    PR-URL: #32
    Credit: @olore
    Reviewed-By: @zkat
    olore authored and zkat committed Aug 3, 2018
    Copy the full SHA
    d811461 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2018

  1. docs: added a section for usage with process.env (#14)

    added a header for usage with process.env to separate section from 'current lifecycle event' and make it easier to find
    
    PR-URL: #14
    Credit: @mwarger
    Reviewed-By: @zkat
    mwarger authored and zkat committed Aug 7, 2018
    Copy the full SHA
    e2346e7 View commit details
    Browse the repository at this point in the history
  2. libcipm@2.0.1

    Credit: @zkat
    zkat committed Aug 7, 2018
    Copy the full SHA
    beb96b9 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    348fc91 View commit details
    Browse the repository at this point in the history
  4. iferr@1.0.2

    Credit: @shesek
    Fixes: shesek/iferr#2
    zkat committed Aug 7, 2018
    Copy the full SHA
    e57d345 View commit details
    Browse the repository at this point in the history
  5. tar@4.4.6

    zkat committed Aug 7, 2018
    Copy the full SHA
    46f1c6a View commit details
    Browse the repository at this point in the history
  6. hosted-git-info@2.7.1

    Fixes: npm/hosted-git-info#34
    Fixes: npm/hosted-git-info#32
    Fixes: npm/hosted-git-info#35
    Credit: @iarna
    Credit: @Erveon
    Credit: @huochunpeng
    zkat committed Aug 7, 2018
    Copy the full SHA
    50df1bf View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2018

  1. request@2.87.0

    zkat committed Aug 9, 2018
    Copy the full SHA
    866d776 View commit details
    Browse the repository at this point in the history
  2. node-gyp@3.8.0

    Credit: @rvagg
    zkat committed Aug 9, 2018
    Copy the full SHA
    f861c2b View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    dbbb75c View commit details
    Browse the repository at this point in the history
  4. update AUTHORS

    zkat committed Aug 9, 2018
    Copy the full SHA
    214ef61 View commit details
    Browse the repository at this point in the history
  5. 6.4.0-next.0

    zkat committed Aug 9, 2018
    Copy the full SHA
    361226d View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2018

  1. 6.4.0

    zkat committed Aug 15, 2018
    Copy the full SHA
    58ece89 View commit details
    Browse the repository at this point in the history