# be-propagating

> e-propagating creates a subscribable EventTarget, which watches for changes to a provided list of properties of the element it adorns, and the event target emits events with the same name every time the property value changes

Latest version **0.0.58** (published 2024-08-10) · MIT license · 0 weekly downloads

## Install

```sh
npm install be-propagating
pnpm add be-propagating
yarn add be-propagating
bun add be-propagating
```

## Health

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

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

Warnings: low downloads; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.58 |
| Published | 2024-08-10 |
| First published | 2022-09-10 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 3 |
| Unpacked size | 7.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Maintainers | bahrus |
| Keywords | web-components, web-component, custom-element, custom-elements, decorate, enhancement, behavior, directive |

## Links

- npm: https://www.npmjs.com/package/be-propagating
- Repository: https://github.com/bahrus/be-propagating
- Homepage: https://github.com/bahrus/be-propagating#readme
- Issues: https://github.com/bahrus/be-propagating/issues
- npm.io page: https://npm.io/package/be-propagating

## Dependencies (3)

- [be-hive](https://npm.io/package/be-hive.md) 0.0.202
- [be-enhanced](https://npm.io/package/be-enhanced.md) 0.0.133
- [trans-render](https://npm.io/package/trans-render.md) 0.0.825

## Alternatives

- [localforage](https://npm.io/package/localforage.md) — 6.2M weekly downloads
- [localforage-observable](https://npm.io/package/localforage-observable.md) — 30.8K weekly downloads
- [@y/y](https://npm.io/package/@y/y.md) — 30.1K weekly downloads
- [@metaobjectsdev/render](https://npm.io/package/@metaobjectsdev/render.md) — 3.5K weekly downloads
- [@ledgerhq/coin-algorand](https://npm.io/package/@ledgerhq/coin-algorand.md) — 1.1K weekly downloads

## Recent versions

- 0.0.58 (latest) — 2024-08-10
- 0.0.57 — 2024-08-09
- 0.0.56 — 2024-07-21
- 0.0.55 — 2024-07-20
- 0.0.54 — 2024-07-14
- 0.0.53 — 2024-07-13
- 0.0.52 — 2024-07-13
- 0.0.51 — 2024-07-08
- 0.0.50 — 2024-07-04
- 0.0.49 — 2024-07-02
- 0.0.48 — 2024-06-30
- 0.0.47 — 2024-06-27
- 0.0.46 — 2024-06-12
- 0.0.45 — 2024-06-10
- 0.0.44 — 2024-06-09
- … 44 more at https://npm.io/package/be-propagating/versions

## README

# be-propagating

be-propagating creates a subscribable EventTarget, which watches for changes to a provided list of properties of the element it adorns, and the event target emits events with the same name every time the property value changes.

## Lingo

In the examples below, we assume some-element is a custom element that has property setters myProp1, myProp2

## JSON Lingo

```html
<some-element be-propagating='
    "propagate": ["myProp1", "myProp2"]
'></some-element>
```

<!--
## Hemingway Lingo

```html
<some-element be-propagating='

'></some-element>
```
-->



The EventTarget object can be obtained from someElement.beEnhanced.bePropagating.propagator.

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