Registry / http-networking / node-unix-socket-linux-x64-gnu

node-unix-socket-linux-x64-gnu

JSON →
library0.2.7jsnpmunverified

Platform-specific binary for node-unix-socket on x86_64 Linux with glibc. Version 0.2.7 supports SO_REUSEPORT, SOCK_SEQPACKET, and SOCK_DGRAM in Node.js. No named exports; automatically required by the main package. Direct use is unnecessary and may break.

npm install node-unix-socket-linux-x64-gnu
INSTALL
IMPORT
SIG · NODE-UNIX-SOCKET-L
N
node-unix-socket-linux-x64-gnu
http-networkingjavascriptv0.2.7
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

default
import 'node-unix-socket'
import 'node-unix-socket-linux-x64-gnu'
Do not import this package directly. It is an optional dependency of node-unix-socket.

Shows correct usage via the parent package, not this binary.

// This package is an internal binary; use 'node-unix-socket' instead. // Example: const unix = require('node-unix-socket'); const server = unix.createSocket('unix', { reusePort: true }); console.log('Socket created');
Debug
Known issues
gotchaDirectly requiring this package will fail because it's a native binary without JS exports.
fix
Use the parent package 'node-unix-socket' instead.
affects: >=0.0.1
Errors
Common errors & fixes
Cannot find module 'node-unix-socket-linux-x64-gnu'
Attempting to import or require this platform-specific package directly.
fix
Use 'node-unix-socket' instead, which will automatically select the correct binary.
Upgrade
Version history
0.2.7latest on npm
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
node-unix-socket-linux-x64-gnu — npm install node-unix-socket-linux-x64-gnu · libregistry