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

events-stream

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

events-stream

A stream of DOM events

latest
Source
npmnpm
Version
0.2.0
Version published
Maintainers
1
Created
Source

events-stream

A stream of DOM events

Example

var events = require("events-stream")

// Keys is a readable stream that emits all keypress events dispatched from
// document.body
var keys = events(document.body, "keypress")

Installation

npm install events-stream

Contributors

  • Raynos

MIT Licenced

FAQs

Package last updated on 21 Oct 2012

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