We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f9ee2a3 + 3cd6da3 commit cfaebbcCopy full SHA for cfaebbc
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "zeromq",
3
- "version": "6.0.0-beta.20",
+ "version": "6.0.0-beta.21",
4
"description": "Next-generation ZeroMQ bindings for Node.js",
5
"main": "lib/index.js",
6
"types": "lib/index.d.ts",
src/compat.ts
@@ -901,6 +901,7 @@ export {
901
version,
902
Context,
903
Socket,
904
+ SocketType,
905
createSocket as socket,
906
createSocket,
907
curveKeypair,
0 commit comments