Skip to content
This repository was archived by the owner on May 4, 2024. It is now read-only.
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/read-package-json
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.1
Choose a base ref
...
head repository: npm/read-package-json
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.0.0
Choose a head ref
  • 2 commits
  • 6 files changed
  • 1 contributor

Commits on Aug 18, 2021

  1. fix(parseError): use file not path attribute

    BREAKING CHANGE: rename file attribute to path
    
    In order to align with the way our other "fast" json parsers work the
    err.file attribute needs to be renamed to err.path.
    
    Also other errors i.e. ENOENT attach a path attribute.
    wraithgar committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    5002e00 View commit details
    Browse the repository at this point in the history
  2. chore(release): 4.0.0

    wraithgar committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    2a77151 View commit details
    Browse the repository at this point in the history
Loading