admin
admin copied to clipboard
Create a Node.js npm scope
In order to provide more trust for our packages, we should start publishing them on npm using a @node or @nodejs scope. Such as: @nodejs/undici
It is a small change that can add a new level of trust to our packages.
We can continue to publish packages under their existing names too, such that nodejs/undici is cross published to undici and @nodejs/undici, but then we should add the deprecated tag to undici so we can migrate everything to scope packages.
Net new packages should only publish under @nodejs scope.
Related to https://github.com/nodejs/TSC/issues/1178
With #795 merged, I'm going to close this issue.