-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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: libnpmaccess-v7.0.0-pre.0
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: libnpmaccess-v7.0.0-pre.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 10 commits
- 45 files changed
- 5 contributors
Commits on Sep 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 601bb11 - Browse repository at this point
Copy the full SHA 601bb11View commit details -
feat(rewrite): Rewrite libnpmaccess
BREAKING CHANGE: the api for libnpmaccess is different now It is aligned more with how npm uses it, consolidating the mfa functions into a single command, and renames the functions to be easier to eventually consolidate into a registry client library. See the README for the new api.
Configuration menu - View commit details
-
Copy full SHA for 854521b - Browse repository at this point
Copy the full SHA 854521bView commit details -
feat(rewrite): rewrite
npm access
BREAKING CHANGE: renames most of the `npm access` subcommands - `edit`, having never been implemented, is removed - `public` is now `set status=public` - `restricted` is now `set status=private` - `ls-packages` is now `list packages` - `ls-collaborators` is now `list collaborators` - `2fa-required` is now `set mfa=publish` - `2fa-not-required` is now `set mfa=none` - `set mfa=automation` is added - output is no longer in json by default Usage: npm access list packages [<user>|<scope>|<scope:team> [<package>] npm access list collaborators [<package> [<user>]] npm access get status [<package>] npm access set status=public|private [<package>] npm access set mfa=false|publish|automation [<package>] npm access grant <read-only|read-write> <scope:team> [<package>] npm access revoke <scope:team> [<package>] Options: [--json] [--otp <otp>] [--registry <registry>]
1Configuration menu - View commit details
-
Copy full SHA for 9c32c6c - Browse repository at this point
Copy the full SHA 9c32c6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c3d7549 - Browse repository at this point
Copy the full SHA c3d7549View commit details -
template-oss got most of the other ones cause they lived in `prepublishOnly` but this one was in `postpublish`
Configuration menu - View commit details
-
Copy full SHA for 64801aa - Browse repository at this point
Copy the full SHA 64801aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 88fa2a0 - Browse repository at this point
Copy the full SHA 88fa2a0View commit details -
docs: update registry docs header
Corrects grammar (previously said `other’s`).
Configuration menu - View commit details
-
Copy full SHA for fd0eebe - Browse repository at this point
Copy the full SHA fd0eebeView commit details -
Configuration menu - View commit details
-
Copy full SHA for f3b0c43 - Browse repository at this point
Copy the full SHA f3b0c43View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d16b43 - Browse repository at this point
Copy the full SHA 2d16b43View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5761b9 - Browse repository at this point
Copy the full SHA e5761b9View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff libnpmaccess-v7.0.0-pre.0...libnpmaccess-v7.0.0-pre.1