Is there a set of wrappers for nodejs official mod...
# javascript
e
Is there a set of wrappers for nodejs official modules like
net
? Or do I need to write my own to use those things?
b
h
You should note, this lib is provided on jcenter, which is not available anymore. But you could fork it and use it in your own projects (or copy your needed wrappers)
b
jcenter is available indefinitely with read-only access. However it crashes often...
https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/
UPDATE 4/27/2021: We listened to the community and will keep JCenter as a read-only repository indefinitely. Our customers and the community can continue to rely on JCenter as a reliable mirror for Java packages.
If I were you I'd just for kit and publish it to GH packages. Still way less stable and reliable than maven central, but much better than jcenter.
h
Yeah, "often", you could rather count availability days 😄
b
I suspect they're running it on raspberry pi sitting at some dev's house 😄
😂 1
e
GitHub packages annoyingly requires auth, even for access to public packages
at least GH's Maven packages do; they fixed public access for their container registry