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: raineorshine/npm-check-updates
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v13.0.1
Choose a base ref
...
head repository: raineorshine/npm-check-updates
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v13.0.2
Choose a head ref
  • 4 commits
  • 7 files changed
  • 2 contributors

Commits on May 19, 2022

  1. Copy the full SHA
    7bfa914 View commit details
  2. Copy the full SHA
    7c71fbb View commit details

Commits on May 21, 2022

  1. Copy the full SHA
    62d283d View commit details
  2. 13.0.2

    raineorshine committed May 21, 2022
    Copy the full SHA
    268540b View commit details
Showing with 220 additions and 242 deletions.
  1. +0 −3 .ncurc.js
  2. +87 −233 package-lock.json
  3. +4 −4 package.json
  4. +1 −1 src/lib/initOptions.ts
  5. +13 −0 src/lib/libnpmconfig/LICENSE
  6. +114 −0 src/lib/libnpmconfig/index.js
  7. +1 −1 src/package-managers/npm.ts
3 changes: 0 additions & 3 deletions .ncurc.js
Original file line number Diff line number Diff line change
@@ -10,8 +10,5 @@ module.exports = {
'p-map',
'remote-git-tags',
'strip-ansi',
// peer dependency errors on npm install
'eslint',
'eslint-plugin-jsdoc',
]
}
Loading