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

emmett

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

emmett

A custom events emitter for Node.js and the browser

  • 2.1.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3.3K
decreased by-15.61%
Maintainers
1
Weekly downloads
 
Created
Source

Emmett - a custom events emitter for Node.js and the browser

version: 2.1.0

Description

Emmett is a custom events emitter for Node.js and the browser. It has initially been developed as domino.emitter, to deal with communication in domino.js, a JavaScript cascading controller for rich internet applications.

I invite you to read emmett's code to know more about how it works. To see examples, you can check the unit tests in test/emmett.test.js.

Finally, if you see bugs or features that would improve the library, feel free to report them on the related Github issues page.

Install

First, you can install emmett from NPM: npm install --save emmett, or directly save locally the emmett.min.js minified file.

Also, you can install the development version:

  1. Clone the repository: git clone http://github.com/jacomyal/emmett
  2. Install dependencies: npm install
  3. Check the unit tests: npm test
  4. Get a minified version (./emmett.min.js): npm build

Keywords

FAQs

Package last updated on 20 Nov 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