Installations
npm install @futagoza/create-stream
Developer Guide
Typescript
No
Module System
CommonJS
Min. Node Version
>= 6
Node Version
10.11.0
NPM Version
6.4.1
Releases
Unable to fetch releases
Contributors
Unable to fetch Contributors
Languages
JavaScript (100%)
Developer
futagoza
Download Statistics
Total Downloads
724
Last Day
1
Last Week
2
Last Month
8
Last Year
71
GitHub Statistics
103 Commits
2 Watching
8 Branches
1 Contributors
Bundle Size
28.34 kB
Minified
8.10 kB
Minified + Gzipped
Package Meta Information
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
Total Downloads
Cumulative downloads
Total Downloads
724
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
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
Dependencies
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
- Info: project has a license file: LICENSE:0
- Info: FSF or OSI recognized license: MIT License: LICENSE:0
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
no SAST tool detected
Details
- Warn: no pull requests merged into dev branch
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
- Warn: no security policy file detected
- Warn: no security file to analyze
- Warn: no security file to analyze
- Warn: no security file to analyze
Reason
project is not fuzzed
Details
- Warn: no fuzzer integrations found
Reason
branch protection not enabled on development/release branches
Details
- Warn: branch protection not enabled for branch 'master'
Reason
20 existing vulnerabilities detected
Details
- Warn: Project is vulnerable to: GHSA-67hx-6x53-jw92
- Warn: Project is vulnerable to: GHSA-6chw-6frg-f759
- Warn: Project is vulnerable to: GHSA-v88g-cgmw-v5xw
- Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw
- Warn: Project is vulnerable to: GHSA-3xgq-45jj-v275
- Warn: Project is vulnerable to: GHSA-gxpj-cx7g-858c
- Warn: Project is vulnerable to: GHSA-4gmj-3p3h-gm8h
- Warn: Project is vulnerable to: GHSA-3gx7-xhv7-5mx3
- Warn: Project is vulnerable to: GHSA-2pr6-76vf-7546
- Warn: Project is vulnerable to: GHSA-8j8c-7jfh-h6hx
- Warn: Project is vulnerable to: GHSA-6c8f-qphg-qjgp
- Warn: Project is vulnerable to: GHSA-jf85-cpcp-j695
- Warn: Project is vulnerable to: GHSA-p6mc-m468-83gw
- Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9
- Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm
- Warn: Project is vulnerable to: GHSA-f8q6-p94x-37v3
- Warn: Project is vulnerable to: GHSA-vh95-rmgr-6w4m
- Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h
- Warn: Project is vulnerable to: GHSA-hj48-42vr-x3v9
- Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw
Score
1.7
/10
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