Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Honor npmrc cafile property 0.17 #165

Merged
merged 5 commits into from
Aug 3, 2017

Commits on Jul 28, 2017

  1. Honor npmrc cafile property

    Fix certificate error for private npm registries with self signed
    certificates.
    
    (cherry picked from commit 13214d5)
    xemle committed Jul 28, 2017
    Configuration menu
    Copy the full SHA
    ba6a544 View commit details
    Browse the repository at this point in the history
  2. Honor npmrc cafile property on download

    (cherry picked from commit c3daa0a)
    xemle committed Jul 28, 2017
    Configuration menu
    Copy the full SHA
    1c1a558 View commit details
    Browse the repository at this point in the history
  3. Remove tailing whitespaces

    xemle committed Jul 28, 2017
    Configuration menu
    Copy the full SHA
    0de8801 View commit details
    Browse the repository at this point in the history
  4. Fix unit test by mocha package upgrades

    The commit upgrades mocha and its testing dependencies to run with node
    >= 6.4.0.
    
    As noted in
    [[email protected]](moll/node-mitm@446cb7e),
    [node.js
    6.4.0](nodejs/node@28071a1)
    updates its buffer encoding. The testing dependencies unexpected-mitm
    needed an upgrade to fix type error running unit tests.
    
    (cherry picked from commit 24e72ae)
    xemle committed Jul 28, 2017
    Configuration menu
    Copy the full SHA
    72f9dd4 View commit details
    Browse the repository at this point in the history
  5. Refactor auth.injectRequestOptions() to handle auth and certificate o…

    …ptions
    
    (cherry picked from commit 160a9aa)
    xemle committed Jul 28, 2017
    Configuration menu
    Copy the full SHA
    5b74504 View commit details
    Browse the repository at this point in the history