Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib/utils
AgeCommit message (Expand)Author
2022-11-01chore: update snapshot tests for new docsLuke Karrys
2022-09-02fix: Turn off progress bar when using web based authorization (#5438)Sandeep Meduru
2022-08-22fix: lintingGar
2022-08-17fix(explain): display override informationnlf
2022-08-03fix: properly find locally/globally/npxCache packagesGar
2022-08-03feat: add --replace-registry-host=<npmjs|always|never> (#4860)Nathan Fritz
2022-08-02fix: gracefully exit login and publish commands on Ctrl+C (SIGINT) in the new...Neel Dani
2022-08-01feat: add npm query cmd (#5000)Ruy Adorno
2022-07-21fix: don't fail immediately if cache dir is not accessible (#5197)Luke Karrys
2022-07-20feat: Support pure web authentication for commandsJulian Møller Ellehauge
2022-07-20feat: accept registry-scoped certfile and keyfile as credentials (#5160)Jon Jensen
2022-07-12feat: Add `web` auth type (#5076)Julian Møller Ellehauge
2022-07-12feat: warn on config --auth-type=sso/saml/oauth, undeprecate --auth-typeNathan Fritz
2022-07-12feat: notify on adduser of upcoming cmds, login and registerNathan Fritz
2022-06-22feat: prompt before opening web-login URL when performing `login`/`adduser` (...Julian Møller Ellehauge
2022-06-22docs: consolidate docs and help for package spec (#5048)Gar
2022-06-02fix: undeprecate and remove warnings for --global, -g, --local (#4982)Nathan Fritz
2022-06-02feat: Add `--auth-type=webauthn` flag (#4931)Julian Møller Ellehauge
2022-05-19fix: remove dead code from get-identityGar
2022-05-19feat: deprecated set-script, birthday, --global, and --localNathan Fritz
2022-05-10feat: add flag --omit-lockfile-registry-resolved (#4874)Nathan Fritz
2022-05-09feat: add --iwr alias for --include-workspace-root (#4864)Nathan Fritz
2022-05-09fix: consolidate bugs, docs, repo command logic (#4857)Gar
2022-05-07fix: remove test coverage map (#4862)Gar
2022-05-04docs: remove incorrect v6 auto prune info (#4845)Gar
2022-04-26fix: normalize win32 paths before globbingLuke Karrys
2022-04-21docs: explain that _auth only goes to npm registryGar
2022-04-20feat: add install-links config definitionnlf
2022-04-14fix: skip update notifier file if not requestedLuke Karrys
2022-04-05fix(run-script): don't cascade if-present config (#4678)Ruy Adorno
2022-04-04fix: do not export npm_config_include_workspace_rootGar
2022-04-04fix: replace deprecated String.prototype.substr() (#4667)CommanderRoot
2022-03-30fix: consolidate split-package-namesGar
2022-03-30fix: return otplease fn resultsGar
2022-03-28fix: consolidate path delimiter logicGar
2022-03-28fix: consolidate node version support logicGar
2022-03-28fix: consolidate is-windows codeGar
2022-03-28fix: consolidate command alias codeGar
2022-03-28fix: move shellout logic into commandsGar
2022-03-24fix: 100% coverage in tests (#4607)Gar
2022-03-24feat: add logs-dir config to set custom logging locationLuke Karrys
2022-03-24feat(version): reify on workspace version change (#4588)Ruy Adorno
2022-03-17docs: fix unpublish docs to auto generate usage (#4584)Gar
2022-03-17docs: explain that git-tag-version=false does not commit (#4574)Gar
2022-03-17fix: add isntall alias to install (#4573)Gar
2022-03-17fix: remove "bug the author" message from package 404Gar
2022-03-10fix: clean up owner command and otplease (#4528)Gar
2022-02-24chore(cli): remove log option from being passed anywhereLuke Karrys
2022-02-09fix(config): add pack-destination flattenernlf
2022-02-08docs: add --save-bundle to --save usage outputGar