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: nock/nock
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v11.3.0
Choose a base ref
...
head repository: nock/nock
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v11.3.1
Choose a head ref
  • 3 commits
  • 10 files changed
  • 2 contributors

Commits on Aug 20, 2019

  1. Update eslint-config-standard to the latest version 🚀 (#1681)

    * chore(package): update eslint-config-standard to version 14.0.0
    
    * chore(package): update lockfile package-lock.json
    greenkeeper[bot] authored and paulmelnikow committed Aug 20, 2019
    Configuration menu
    Copy the full SHA
    6ca2bd3 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2019

  1. refactor: replace some lodash usage with native (#1685)

    For: #1285
    
    Not logic changes, just making use of newer JS.
    mastermatt authored and paulmelnikow committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    89eb03a View commit details
    Browse the repository at this point in the history
  2. fix: add extension to main field in package.json (#1683)

    This doesn't add much value from Node's POV, since it can resolve it all
    the same, however, some tools get confused.
    
    [`index.js` is also the default](https://docs.npmjs.com/creating-a-package-json-file#default-values-extracted-from-the-current-directory) value for the field so it could be
    removed, but it's probably for the best to be explicit.
    
    Fixes: #1654
    mastermatt authored and paulmelnikow committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    057bbdf View commit details
    Browse the repository at this point in the history
Loading