🚀 Socket Launch Week 🚀 Day 5: Introducing Socket Fix.Learn More
Socket
Sign inDemoInstall
Socket

ev-store

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ev-store

Stores event listeners and event handles on a DOM object

7.0.0
latest
Source
npm
Version published
Weekly downloads
54K
-15.16%
Maintainers
1
Weekly downloads
 
Created
Source

ev-store

Stores event listeners and event handles on a DOM object

Example

var EvStore = require('ev-store');

var elem = someElement
var events = EvStore(elem)

events.click = function () {
  /* ... */
};

Installation

npm install ev-store

Contributors

  • Raynos

MIT Licenced

FAQs

Package last updated on 21 Dec 2014

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