-
NumberReadable(opts) → {ReadableStream}
-
Generates increasing numbers between the given from and to values.
Parameters:
Name Type Description opts
Object options
Properties
Name Type Argument Description from
Number <optional>
start value to generate
to
Number <optional>
end value to generate
throttle
Number <optional>
number of milliseconds to take to generate each number
- Source:
Returns:
readable
- Type
- ReadableStream
-
ObjectReadable(opts) → {ReadableStream}
-
Generates objects with a count property that increases between the given from and to values.
Parameters:
Name Type Description opts
Object options
Properties
Name Type Argument Description from
Number <optional>
start value to generate
to
Number <optional>
end value to generate
throttle
Number <optional>
number of milliseconds to take to generate each number
- Source:
Returns:
readable
- Type
- ReadableStream
-
PowerTransform(opts) → {TransformStream}
-
Transforms numbers into the power of each number.
Parameters:
Name Type Description opts
Object options
Properties
Name Type Argument Description throttle
Number <optional>
number of milliseconds to take to transform each number into its power
- Source:
Returns:
transform
- Type
- TransformStream
-
RandomNumberReadable(opts) → {ReadableStream}
-
Generates random numbers between the given min and max values.
Parameters:
Name Type Description opts
Object options
Properties
Name Type Argument Description min
Number <optional>
minimum value to generate
max
Number <optional>
maximum value to generate
throttle
Number <optional>
number of milliseconds to take to generate each number
- Source:
Returns:
readable
- Type
- ReadableStream
-
TarpitWritable(opts) → {WritableStream}
-
Just drops the values written to it. Simulates processing time via throttle value
Parameters:
Name Type Description opts
Object options
Properties
Name Type Argument Description debug
Boolean <optional>
if true written values are logged to the console
throttle
Number <optional>
number of milliseconds to delay each written chunk
- Source:
Returns:
writable
- Type
- WritableStream
Maintenance
Commit Frequency
Further analysis of the maintenance status of stream-spectrum based on released npm versions cadence, the repository activity, and other data points determined that its maintenance is Inactive.
An important project maintenance signal to consider for stream-spectrum is that it hasn't seen any new versions released to npm in the past 12 months, and could be considered as a discontinued project, or that which receives low attention from its maintainers.
In the past month we didn't find any pull request activity or change in issues status has been detected for the GitHub repository.