node-unix-socket
Version:
node-unix-socket allows you to use SO_REUSEPORT, SOCK_SEQPACKET, SOCK_DGRAM in Node.js.
27 lines (17 loc) • 396 B
Markdown
CHANGELOG
# 0.2.6
fix: clean up handles in worker_threads environments to prevent aborting
# 0.2.5
fix: close the socket if connecting failed
# 0.2.4
fix: fix wrong package name
# 0.2.3
fix: fix missing .d.ts files
# 0.2.2
fix: exclude typescript files in the npm package
# 0.2.1
feat: support more platforms
# 0.1.2
fix: running on linux throws errors
# 0.1.0
initial release