recover lost v1.0.3 and update docs

This commit is contained in:
AJ ONeal 2018-05-29 16:37:31 -06:00
parent 3325cff2a2
commit 297fd28590
2 changed files with 4 additions and 2 deletions

View File

@ -4,7 +4,9 @@
A pair of coupled Unix sockets (or Windows pipes).
Similar to `stream-pair`, but with sockets with real fds. A workaround for <https://github.com/nodejs/node/issues/12716>.
Similar to `stream-pair`, but with sockets with real fds and `.setTimeout()`.
Originally a workaround for <https://github.com/nodejs/node/issues/12716>,
but still has some use relevant cases, particularly when building proxies.
**Note**: This workaround is necessary in node v6.11.1, but not necessary in node v8.2.1.
I would assume it is also not necessary in later versions.

View File

@ -1,6 +1,6 @@
{
"name": "socket-pair",
"version": "1.0.2",
"version": "1.0.4",
"description": "Similar to stream-pair, but with sockets with real fds. A workaround for https://github.com/nodejs/node/issues/12716",
"homepage": "https://git.coolaj86.com/coolaj86/socket-pair.js",
"main": "lib/socket-pair.js",