Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

add-evt-listener

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

add-evt-listener

convenient addEvtListener utility

  • 0.0.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

add-evt-listener

  • Install: yarn add add-evt-listener.
  • Exported functions:
import {addEvtListener, addEvtListenerOnce, addEvtListenerSelf, addEvtListenerSelfOnce} from 'add-evt-listener'

API

  • Parameter: target, name (event name), handler, option.
  • Specs: call target.addEventListener(name, handler, option).
  • Return: a callback function that takes zero argument, used to remove the event listener via target.removeEventListener.

target.removeEventListener is called at most once regardless of how many times the returned callback is called.

Variant

  • Once: remove the event listener after the first call.
  • Self: only trigger the event listener when evt.currentTarget === evt.target (evt is the first parameter in handler).

FAQs

Package last updated on 15 Aug 2021

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc