-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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
feat(about): list official resources #7562
Open
avivkeller
wants to merge
5
commits into
main
Choose a base branch
from
feat/official-resources
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+41
−0
Open
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -77,3 +77,44 @@ by using our [`child_process.fork()`](https://nodejs.org/api/child_process.html) | |||||
communicate with. Built upon that same interface is the [`cluster`](https://nodejs.org/api/cluster.html) module, | ||||||
which allows you to share sockets between processes to enable load balancing | ||||||
over your cores. | ||||||
|
||||||
## Official Node.js Resources | ||||||
|
||||||
To ensure authenticity and security when working with Node.js, always use official sources. Avoid trusting emails, | ||||||
binaries, or downloads from unofficial sources. | ||||||
|
||||||
### Official Node.js Domains | ||||||
|
||||||
For downloading Node.js binaries and accessing official documentation, use only these domains: | ||||||
|
||||||
- [nodejs.org](https://nodejs.org) | ||||||
- [nodejs.dev](https://nodejs.dev) _(Redirects to https://nodejs.org)_ | ||||||
- [iojs.org](https://iojs.org) _(Redirects to https://nodejs.org)_ | ||||||
|
||||||
### Official npm Packages | ||||||
|
||||||
The Node.js team maintains the following official npm package scopes: | ||||||
|
||||||
- [`@node-core`](https://npmjs.com/~node-core) | ||||||
- [`@pkgjs`](https://npmjs.com/~pkgjs) | ||||||
|
||||||
Additionally, the Node.js team maintains packages published by the [`nodejs-foundation`](https://npmjs.com/~nodejs-foundation) npm account. | ||||||
|
||||||
Using packages from the Node.js team guarantees that you are working with officially supported Node.js components. | ||||||
|
||||||
### Official GitHub Organizations | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
Node.js and related projects are maintained under these official GitHub organizations: | ||||||
|
||||||
- [nodejs](https://github.com/nodejs) | ||||||
- [pkgjs](https://github.com/pkgjs) | ||||||
|
||||||
### Official Communication Channels | ||||||
|
||||||
Node.js and the OpenJS Foundation communicate through various official and community-supported channels. You can find details on | ||||||
how to get involved on the [Get Involved](https://nodejs.org/en/about/get-involved) page. | ||||||
|
||||||
### Reporting Website Issues & Downtime | ||||||
avivkeller marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||
|
||||||
If you encounter issues with the Node.js website, report them at the [Node.js website repository](https://github.com/nodejs/nodejs.org/issues). | ||||||
For real-time updates on outages, visit the [Node.js Status Page](https://status.nodejs.org). |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What about corepack, amaro, llhttp, etc...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah yes, these do not have any @ within npm. Good catch. @marco-ippolito do you have a full list?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Those packages are published under the
nodejs-foundation
account, which is listed right under the list of scopeshttps://www.npmjs.com/~nodejs-foundation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I dont see amaro or undici in there 👀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, I guess those two weren't published from the foundation account. If you have a list of packages that belong to the organization, I'll check if they are published under the foundation account, and if not I'll add them to this list.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cc @marco-ippolito