Gathering detailed insights and metrics for unix-socket-streams2
Gathering detailed insights and metrics for unix-socket-streams2
Gathering detailed insights and metrics for unix-socket-streams2
Gathering detailed insights and metrics for unix-socket-streams2
npm install unix-socket-streams2
Typescript
Module System
Node Version
NPM Version
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
1 Stars
15 Commits
1 Forks
2 Watchers
5 Branches
1 Contributors
Updated on Mar 19, 2025
Latest Version
1.2.0
Package Id
unix-socket-streams2@1.2.0
Unpacked Size
15.17 kB
Size
3.15 kB
File Count
5
NPM Version
6.7.0
Node Version
11.15.0
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
1
This is a small helper library that accomplishes a few purposes for more easily dealing with unix domain sockets.
That's really all there is to it.
npm install unix-socket-streams2
var UnixStream = require('unix-socket-streams2');
var socket = new UnixStream();
socket.connect('/path/to/socket', function (err, stream) { });
socket.connect(path, opts callback);
You may specify the type of socket to initially attempt to connect as like so:
var socket = new UnixStream('/path/to/socket', { type: 'tcp' });
Valid options are 'tcp' and 'dgram'
socket.end(callback);
socket.write(callback);
git clone https://github.com/myndzi/unix-socket-streams2
cd unix-socket-streams2
npm test
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no SAST tool detected
Details
Reason
Found 0/15 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
license file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
16 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More