Gathering detailed insights and metrics for @futagoza/create-stream
Gathering detailed insights and metrics for @futagoza/create-stream
npm install @futagoza/create-stream
Typescript
Module System
Min. Node Version
Node Version
NPM Version
JavaScript (100%)
Total Downloads
724
Last Day
1
Last Week
2
Last Month
8
Last Year
71
103 Commits
2 Watching
8 Branches
1 Contributors
Minified
Minified + Gzipped
Latest Version
1.0.0
Package Id
@futagoza/create-stream@1.0.0
Unpacked Size
5.42 kB
Size
2.34 kB
File Count
6
NPM Version
6.4.1
Node Version
10.11.0
Cumulative downloads
Total Downloads
Last day
0%
1
Compared to previous day
Last week
100%
2
Compared to previous week
Last month
0%
8
Compared to previous month
Last year
-31.7%
71
Compared to previous year
1
This package provides helpers to create through2 streams from different types of functions.
1const cs = require( "@futagoza/create-stream" ); 2 3// Create's a through2 stream from the given Promise or Function, 4// passing the extra arguments fn if it's not a Promise. 5cs( fn, ...args ) 6cs.createStream( fn, ...args ) 7cs.from( fn, ...args ) 8 9// Create's a through2 stream from the given Promise, passing the 10// optional options object directly to through2. 11cs.fromPromise( fn, options? ) 12 13// Create's a through2.obj tranform stream using the given function, 14// passing the optional array of extra arguments to fn. 15cs.fromFunction( fn, args? ) 16 17// Aliases for through, so it doesn't have to be included separately. 18cs.through 19cs.through2 20cs.ctor 21cs.obj
@futagoza/create-stream is Copyright (c) 2018+ Futago-za Ryuu
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
no SAST tool detected
Details
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
branch protection not enabled on development/release branches
Details
Reason
20 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-01-27
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