273 packages matching “callbag”
callbag-defer
v1.1.0 · 7 years ago
👜 Callbag which creates a source from a given factory when sink subscribes.
No known vulnerabilities
callbag-remember
v2.0.0 · 5 years ago
👜 Callbag operator which shares input stream between subscribers and emits last emitted value upon subscription.
No known vulnerabilities
callbag-take
v1.5.0 · 6 years ago
Callbag operator that limits the total amount of data sent through
No known vulnerabilities
callbag-never
v1.0.0 · 8 years ago
👜 Callbag source that never completes and emits no data.
No known vulnerabilities
callbag-state-keyed
v0.2.4 · 5 years ago
keyed callbag states
No known vulnerabilities
callbag-empty
v1.0.1 · 8 years ago
👜 Callbag source that emits no data and completes immediately.
No known vulnerabilities
callbag-throw-error
v1.0.1 · 8 years ago
👜 Callbag source factory that immediately emits an error.
No known vulnerabilities
callbag-animation-frames
v2.1.0 · 7 years ago
Callbag listenable source sending DOMHighResTimeStamp at display refresh rate
No known vulnerabilities
callbag-state
v0.2.5 · 5 years ago
Callbag-based State Management
No known vulnerabilities
callbag-from-event
v1.3.0 · 6 years ago
Create a callbag listenable source from events on a DOM node
No known vulnerabilities
callbag-retry
v1.0.0 · 7 years ago
👜 Callbag operator which resubscribes to the source given amount of times.
No known vulnerabilities
callbag-distinct-until-changed
v1.0.0 · 8 years ago
👜 Callbag operator that drops consecutive duplicate values
No known vulnerabilities
callbag-skip
v1.1.0 · 7 years ago
Callbag operator that skips the first N data points of a source
No known vulnerabilities
callbag-timeout
v1.0.1 · 7 years ago
👜 Callbag operator which errors if source does not emit before specified duration.
No known vulnerabilities
callbag-to-promise
v1.0.1 · 7 years ago
👜 Callbag operator which converts source to a promise containing last emitted value.
No known vulnerabilities
callbag-start-with
v3.1.0 · 8 years ago
Callbag operator that seeds a source with an initial data output
No known vulnerabilities
callbag-last-element
v2.0.0 · 5 years ago
👜 Callbag operator that emits only the last item emitted by the source.
No known vulnerabilities
callbag-partition
v1.0.0 · 8 years ago
👜 Callbag operator that splits the source into two, based on predicate function.
No known vulnerabilities
callbag-ms-elapsed
v2.0.1 · 7 years ago
👜 Callbag listenable source which emits milliseconds elapsed since the subscription (using requestAnimationFrame) - useful for animations.
No known vulnerabilities
callbag-pairwise
v1.0.1 · 8 years ago
👜 Callbag operator that emits the previous and current values as an array.
No known vulnerabilities