{"id":27996,"library":"node-unix-socket-linux-x64-gnu","title":"node-unix-socket-linux-x64-gnu","description":"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.","status":"active","version":"0.2.7","language":"javascript","source_language":"en","source_url":null,"tags":["javascript"],"install":[{"cmd":"npm install node-unix-socket-linux-x64-gnu","lang":"bash","label":"npm"},{"cmd":"yarn add node-unix-socket-linux-x64-gnu","lang":"bash","label":"yarn"},{"cmd":"pnpm add node-unix-socket-linux-x64-gnu","lang":"bash","label":"pnpm"}],"dependencies":[],"imports":[{"note":"Do not import this package directly. It is an optional dependency of node-unix-socket.","wrong":"import 'node-unix-socket-linux-x64-gnu'","symbol":"default","correct":"import 'node-unix-socket'"}],"quickstart":{"code":"// This package is an internal binary; use 'node-unix-socket' instead.\n// Example:\nconst unix = require('node-unix-socket');\nconst server = unix.createSocket('unix', { reusePort: true });\nconsole.log('Socket created');","lang":"javascript","description":"Shows correct usage via the parent package, not this binary."},"warnings":[{"fix":"Use the parent package 'node-unix-socket' instead.","message":"Directly requiring this package will fail because it's a native binary without JS exports.","severity":"gotcha","affected_versions":">=0.0.1"}],"env_vars":null,"last_verified":"2026-05-09T00:00:00.000Z","next_check":"2026-08-07T00:00:00.000Z","problems":[{"fix":"Use 'node-unix-socket' instead, which will automatically select the correct binary.","cause":"Attempting to import or require this platform-specific package directly.","error":"Cannot find module 'node-unix-socket-linux-x64-gnu'"}],"ecosystem":"npm","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}