Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update API documentation of noProxy option #173

Merged
merged 2 commits into from
Apr 13, 2023

Conversation

lingyuncai
Copy link
Contributor

Fixes #172.

@lingyuncai lingyuncai requested a review from a team as a code owner February 13, 2023 06:44
@lingyuncai lingyuncai requested review from fritzy and removed request for a team February 13, 2023 06:44
@@ -5,7 +5,7 @@ module.exports = {
registry: 'https://registry.npmjs.org/',
timeout: 5 * 60 * 1000, // 5 minutes
strictSSL: true,
noProxy: process.env.NOPROXY,
noProxy: process.env.NO_PROXY,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a breaking change. Folks currently relying on NOPROXY being used would no longer be able to do so.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @wraithgar, I just update the API docs for noProxy only but keep the default value of it unchanged.

@lingyuncai lingyuncai changed the title fix: default value and API documentation of noProxy option fix: update API documentation of noProxy option Feb 14, 2023
@wraithgar wraithgar changed the title fix: update API documentation of noProxy option docs: update API documentation of noProxy option Apr 13, 2023
@wraithgar wraithgar merged commit 14d1159 into npm:main Apr 13, 2023
@github-actions github-actions bot mentioned this pull request Apr 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] opts.noproxy definition in README is outdated
2 participants