Socket
Book a DemoInstallSign in
Socket

owp

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

owp

A library of observables built with streams

latest
npmnpm
Version
0.1.2
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Observables with Streams

npm install --save owp

A collection of observables built with streams.

This library is inspired by ReactiveX’s operators and implements a subset of them using streams.

The goal of this library is to implement observables making as much use of the platform as possible and being highly treeshakeable.

While most browsers have partial support of streams in stable, this library makes heavy use of TransformStreams, which are currently not well supported.

For a good primer about streams, read this blog post by Jake Archibald (he is aware the title hasn’t aged well).

License Apache 2.0

FAQs

Package last updated on 03 Nov 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts