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/normalize-package-data
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/normalize-package-data
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.2
Choose a head ref
  • 5 commits
  • 2 files changed
  • 1 contributor

Commits on Mar 18, 2021

  1. tap@14.11.0

    ruyadorno committed Mar 18, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    97fc655 View commit details
  2. resolve@1.20.0

    ruyadorno committed Mar 18, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    b1da753 View commit details
  3. semver@7.3.4

    ruyadorno committed Mar 18, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    058ae2c View commit details
  4. hosted-git-info@4.0.1

    ruyadorno committed Mar 18, 2021
    Copy the full SHA
    15e7de3 View commit details
  5. 3.0.2

    ruyadorno committed Mar 18, 2021
    Copy the full SHA
    4c2be42 View commit details
Showing with 155 additions and 45 deletions.
  1. +150 −40 package-lock.json
  2. +5 −5 package.json
190 changes: 150 additions & 40 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "normalize-package-data",
"version": "3.0.1",
"version": "3.0.2",
"author": "Meryn Stol <merynstol@gmail.com>",
"description": "Normalizes data that can be found in package.json files.",
"license": "BSD-2-Clause",
@@ -16,13 +16,13 @@
"test": "tap test/*.js"
},
"dependencies": {
"hosted-git-info": "^4.0.0",
"resolve": "^1.17.0",
"semver": "^7.3.2",
"hosted-git-info": "^4.0.1",
"resolve": "^1.20.0",
"semver": "^7.3.4",
"validate-npm-package-license": "^3.0.1"
},
"devDependencies": {
"tap": "^14.10.8"
"tap": "^14.11.0"
},
"files": [
"lib/*.js",