-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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/cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0ee4927d2e8206dd24fa7eea5e1c10ea649ecc49
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: npm/cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b74e53e4584f41c7f7f774fb5575df6b81d81734
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
33
contributors
Commits on Jan 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 76afe15 - Browse repository at this point
Copy the full SHA 76afe15View commit details
Commits on Jan 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6c0dc1f - Browse repository at this point
Copy the full SHA 6c0dc1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 41b8f7b - Browse repository at this point
Copy the full SHA 41b8f7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 433e6aa - Browse repository at this point
Copy the full SHA 433e6aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6654b6e - Browse repository at this point
Copy the full SHA 6654b6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3423a98 - Browse repository at this point
Copy the full SHA 3423a98View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb03e48 - Browse repository at this point
Copy the full SHA fb03e48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 385cf5e - Browse repository at this point
Copy the full SHA 385cf5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1acae20 - Browse repository at this point
Copy the full SHA 1acae20View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7ba444 - Browse repository at this point
Copy the full SHA b7ba444View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5a7360 - Browse repository at this point
Copy the full SHA f5a7360View commit details
Commits on Feb 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3d41447 - Browse repository at this point
Copy the full SHA 3d41447View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc1a057 - Browse repository at this point
Copy the full SHA dc1a057View commit details -
Configuration menu - View commit details
-
Copy full SHA for adcefef - Browse repository at this point
Copy the full SHA adcefefView commit details -
Configuration menu - View commit details
-
Copy full SHA for d7e2499 - Browse repository at this point
Copy the full SHA d7e2499View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0f3071 - Browse repository at this point
Copy the full SHA f0f3071View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1cb107d - Browse repository at this point
Copy the full SHA 1cb107dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e198ac0 - Browse repository at this point
Copy the full SHA e198ac0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a84e65 - Browse repository at this point
Copy the full SHA 5a84e65View commit details
Commits on Feb 3, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 003d7fb - Browse repository at this point
Copy the full SHA 003d7fbView commit details -
fix(log): pass in logger to external modules
Most of these module use npm-registry-fetch under the hood, which will log things like the `npm-notice` header if seen. Currently we aren't passing in a logger to them, which means that log message is never seen, among any other logged messages those modules may need to make. I added tests where I could. Some tests were in a state where the entire libnpm* module was an empty mocked function, so asserting that it got passed a `log` attribute was onerous.
Configuration menu - View commit details
-
Copy full SHA for 1b93385 - Browse repository at this point
Copy the full SHA 1b93385View commit details -
docs: bundleDependencies can be a boolean. (#4361)
This has been possible since this commit in `npm-bundled`: npm/npm-bundled@101a94d
Configuration menu - View commit details
-
Copy full SHA for 0b0a7cc - Browse repository at this point
Copy the full SHA 0b0a7ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 457e0ae - Browse repository at this point
Copy the full SHA 457e0aeView commit details -
fix(ci): should not use package-lock config
`npm ci` should never be affected by the `package-lock` config. Fixes: #4185
Configuration menu - View commit details
-
Copy full SHA for c0519ed - Browse repository at this point
Copy the full SHA c0519edView commit details -
fix(outdated): parse aliased modules
Fixes `npm outdated` to properly parse and display info on aliased packages. Fixes: #2800
Configuration menu - View commit details
-
Copy full SHA for ebb4283 - Browse repository at this point
Copy the full SHA ebb4283View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d3587b - Browse repository at this point
Copy the full SHA 4d3587bView commit details -
Configuration menu - View commit details
-
Copy full SHA for cde93cb - Browse repository at this point
Copy the full SHA cde93cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 24c882d - Browse repository at this point
Copy the full SHA 24c882dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e3e8153 - Browse repository at this point
Copy the full SHA e3e8153View commit details -
Configuration menu - View commit details
-
Copy full SHA for 892b66e - Browse repository at this point
Copy the full SHA 892b66eView commit details -
chore(deps): bump simple-get from 3.1.0 to 3.1.1
Bumps [simple-get](https://github.com/feross/simple-get) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/feross/simple-get/releases) - [Commits](feross/simple-get@v3.1.0...v3.1.1) --- updated-dependencies: - dependency-name: simple-get dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 415a70b - Browse repository at this point
Copy the full SHA 415a70bView commit details
Commits on Feb 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2ba09cc - Browse repository at this point
Copy the full SHA 2ba09ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8732f39 - Browse repository at this point
Copy the full SHA 8732f39View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cc9d4c - Browse repository at this point
Copy the full SHA 0cc9d4cView commit details
Commits on Feb 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b836d59 - Browse repository at this point
Copy the full SHA b836d59View commit details -
fix(log): pass in logger to more external modules
We missed two commands in the last PR. This should complete the task
Configuration menu - View commit details
-
Copy full SHA for fb6e2dd - Browse repository at this point
Copy the full SHA fb6e2ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for e631faf - Browse repository at this point
Copy the full SHA e631fafView commit details -
Configuration menu - View commit details
-
Copy full SHA for f3fbeea - Browse repository at this point
Copy the full SHA f3fbeeaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4884821 - Browse repository at this point
Copy the full SHA 4884821View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e231d4 - Browse repository at this point
Copy the full SHA 0e231d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2f1f7b - Browse repository at this point
Copy the full SHA e2f1f7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2937b43 - Browse repository at this point
Copy the full SHA 2937b43View commit details -
Configuration menu - View commit details
-
Copy full SHA for d3a7c15 - Browse repository at this point
Copy the full SHA d3a7c15View commit details
Commits on Feb 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2786578 - Browse repository at this point
Copy the full SHA 2786578View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab92699 - Browse repository at this point
Copy the full SHA ab92699View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c0d069 - Browse repository at this point
Copy the full SHA 1c0d069View commit details
Commits on Feb 10, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3c33a58 - Browse repository at this point
Copy the full SHA 3c33a58View commit details -
Configuration menu - View commit details
-
Copy full SHA for 509ff0e - Browse repository at this point
Copy the full SHA 509ff0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5769ef4 - Browse repository at this point
Copy the full SHA 5769ef4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20a9818 - Browse repository at this point
Copy the full SHA 20a9818View commit details
There are no files selected for viewing
This file was deleted.
This file was deleted.