# ste-core

> Core files for the Strongly Typed Events project.

Latest version **3.0.11** (published 2023-08-09) · MIT license · 0 weekly downloads

## Install

```sh
npm install ste-core
pnpm add ste-core
yarn add ste-core
bun add ste-core
```

## Health

**Score 25/100 (F)** — status: abandoned.

Positive: has types; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 3.0.11 |
| Published | 2023-08-09 |
| First published | 2018-03-08 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Node | >=4.2.4 |
| Dependencies | 0 |
| Unpacked size | 53.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 139 |
| Author | Kees C. Bakker |
| Maintainers | keestalkstech |
| Keywords | events, event, strongly, typed, typescript, DotNet |

## Links

- npm: https://www.npmjs.com/package/ste-core
- Repository: https://github.com/KeesCBakker/Strongly-Typed-Events-for-TypeScript
- Homepage: https://github.com/KeesCBakker/Strongly-Typed-Events-for-TypeScript#readme
- Issues: https://github.com/KeesCBakker/Strongly-Typed-Events-for-TypeScript/issues
- npm.io page: https://npm.io/package/ste-core

## Alternatives

- [async-exit-hook](https://npm.io/package/async-exit-hook.md) — 3.7M weekly downloads
- [evnty](https://npm.io/package/evnty.md) — 7.2K weekly downloads
- [eleventy-plugin-asciidoc](https://npm.io/package/eleventy-plugin-asciidoc.md) — 3.5K weekly downloads
- [@jswork/next-get2get](https://npm.io/package/@jswork/next-get2get.md) — 945 weekly downloads
- [@dashersw/axon](https://npm.io/package/@dashersw/axon.md) — 934 weekly downloads

## Recent versions

- 3.0.11 (latest) — 2023-08-09
- 3.0.8 — 2023-01-11
- 3.0.7 — 2022-10-29
- 3.0.6 — 2022-10-12
- 3.0.5 — 2022-09-01
- 3.0.4 — 2022-09-01
- 3.0.3 — 2022-06-14
- 3.0.2 — 2022-05-02
- 3.0.1 — 2022-03-23
- 2.1.16 — 2022-03-02
- 2.1.14 — 2021-11-10
- 2.1.13 — 2021-09-30
- 2.1.12 — 2021-09-28
- 2.1.11 — 2021-09-25
- 2.1.10 — 2021-08-09
- … 60 more at https://npm.io/package/ste-core/versions

## README

# Strongly Typed Events - Core
Core package for the Strongly Typed Events projects. This
project adds events to your projecs. Because events can have
multiple flavours, we've created multiple packages.

[![Build Status](https://travis-ci.org/KeesCBakker/Strongly-Typed-Events-for-TypeScript.svg?branch=master)](https://travis-ci.org/KeesCBakker/Strongly-Typed-Events-for-TypeScript)
[![npm version](https://badge.fury.io/js/ste-core.svg)](https://badge.fury.io/js/ste-core)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

## Packages
The project is separated into multiple packages, so you only need
to include what you need. We have the following packages:

|Package|Description|
|-------|-----------|
|<a href="https://www.npmjs.com/package/ste-core">`ste-core`</a>|Package that contains all the building blocks for the creation of events. The dispatcher implementation is its main hero.|
|<a href="https://www.npmjs.com/package/ste-events">`ste-events`</a>|Events that are modeled after .Net with a `sender` and `argument`. If you use typescript, you can leverage the support for generics and get strongly typed code.|
|<a href="https://www.npmjs.com/package/ste-simple-events">`ste-simple-events`</a>|A simpler version of the `ste-event`-event. No sender, just an argument.|
|<a href="https://www.npmjs.com/package/ste-signals">`ste-signals`</a>|A signal is even simpler, it is just a callback for when you need to be alerted without any scope.|
|<a href="https://www.npmjs.com/package/strongly-typed-events">`strongly-typed-events`</a>|This package includes everything.|
|<a href="https://www.npmjs.com/package/ste-browser">`ste-browser`</a>|Helps to host events in the browser.|
<br/>

## Maintenance
This project is maintained by <a href="https://keestalkstech.com/">Kees C. Bakker</a>.

---
_Source: https://npm.io/package/ste-core · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
