Socket
Socket
Sign inDemoInstall

emits

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

emits

Simple cross-platform event emitter.


Version published
Weekly downloads
54K
increased by2.19%
Maintainers
1
Weekly downloads
 
Created
Source

[!] emits became energy

$ npm install energy

API (0.0)

emits()emits instance

// Create an emitter
var emitter = emits()

Methods

emitter inherits from emits.prototype
  • emitter.listeners(event) ⇒ array
  • emitter.on(event, fn) ⇒ emitter
  • emitter.off(event?, fn?, occurrences?) ⇒ emitter
  • emitter.emit(event, args...) ⇒ integer
  • emitter.once(event, fn) ⇒ emitter
  • emitter.many(event, times, fn) ⇒ emitter
  • emitter.init() ⇒ emitter

Utilities

  • emits.applies(fns, scope, args, breaker?) ⇒ integer

License

MIT

Keywords

FAQs

Package last updated on 03 Jan 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

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