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-throw-error
v1.0.1 · 8 years ago
👜 Callbag source factory that immediately emits an error.
No known vulnerabilities
callbag-empty
v1.0.1 · 8 years ago
👜 Callbag source that emits no data and completes immediately.
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-from-event
v1.3.0 · 6 years ago
Create a callbag listenable source from events on a DOM node
No known vulnerabilities
callbag-never
v1.0.0 · 8 years ago
👜 Callbag source that never completes and emits no data.
No known vulnerabilities
callbag-from-promise
v1.3.0 · 7 years ago
Convert a Promise to a callbag listenable 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-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-distinct-until-changed
v1.0.0 · 8 years ago
👜 Callbag operator that drops consecutive duplicate values
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-last-element
v2.0.0 · 5 years ago
👜 Callbag operator that emits only the last item emitted by the source.
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-skip
v1.1.0 · 7 years ago
Callbag operator that skips the first N data points of a source
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-partition
v1.0.0 · 8 years ago
👜 Callbag operator that splits the source into two, based on predicate function.
No known vulnerabilities
callbag-timer
v1.0.0 · 8 years ago
👜 Callbag source that after given duration, emit numbers in sequence every specified duration.
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
callbag-tap
v1.3.0 · 8 years ago
Callbag operator that taps the source with the given function, but otherwise is a noop
No known vulnerabilities
callbag-concat-map
v1.1.0 · 8 years ago
👜 Callbag operator that maps to inner source, subscribe and emit in order.
No known vulnerabilities