Socket
Book a DemoInstallSign in
Socket

@eventkit/async-observable

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eventkit/async-observable

`@eventkit/async-observable` is the package that provides the `AsyncObservable` class. This is exported separately from the main package to separate the implementation details of the observable pattern from the rest of the API.

latest
Source
npmnpm
Version
0.3.1
Version published
Maintainers
1
Created
Source

@eventkit/async-observable is the package that provides the AsyncObservable class. This is exported separately from the main package to separate the implementation details of the observable pattern from the rest of the API.

Installation

npm i @eventkit/async-observable

Using a CDN

This package also bundles a browser-friendly version that can be accessed using a CDN like unpkg.

<!-- Development -->
<script src="https://unpkg.com/@eventkit/async-observable/dist/index.global.js"></script>
<!-- Minified -->
<script src="https://unpkg.com/@eventkit/async-observable/dist/index.global.min.js"></script>

When imported this way, all exports are available on the eventkit.asyncObservable global variable.

const { AsyncObservable } = eventkit.asyncObservable;

Keywords

event

FAQs

Package last updated on 22 Apr 2025

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