New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

be-propagating

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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
Source
npmnpm
Version
0.0.58
Version published
Maintainers
1
Created
Source

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

<some-element be-propagating='
    "propagate": ["myProp1", "myProp2"]
'></some-element>

The EventTarget object can be obtained from someElement.beEnhanced.bePropagating.propagator.

Keywords

web-components

FAQs

Package last updated on 10 Aug 2024

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