New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

event-emitter-grouped

Package Overview
Dependencies
Maintainers
1
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

event-emitter-grouped - npm Package Compare versions

Comparing version

to
2.3.2

6

History.md

@@ -1,3 +0,7 @@

## History
# History
- v2.3.2 November 6, 2013
- Updated dependencies
- Dropped component.io and bower support, just use ender or browserify
- v2.3.1 October 27, 2013

@@ -4,0 +8,0 @@ - Re-packaged

6

package.json
{
"title": "Event Emitter Grouped",
"name": "event-emitter-grouped",
"version": "2.3.1",
"version": "2.3.2",
"description": "Emit events in serial or parallel with support for synchronous and asynchronous listeners",

@@ -49,4 +49,4 @@ "homepage": "https://github.com/bevry/event-emitter-grouped",

"dependencies": {
"ambi": "~2.1.5",
"taskgroup": "~3.2.4"
"ambi": "~2.1.6",
"taskgroup": "~3.3.1"
},

@@ -53,0 +53,0 @@ "devDependencies": {

@@ -12,6 +12,6 @@

[![Build Status](http://img.shields.io/travis-ci/bevry/event-emitter-grouped.png?branch=master)](http://travis-ci.org/bevry/event-emitter-grouped "Check this project's build status on TravisCI")
[![NPM version](https://badge.fury.io/js/event-emitter-grouped.png)](https://npmjs.org/package/event-emitter-grouped "View this project on NPM")
[![NPM version](http://badge.fury.io/js/event-emitter-grouped.png)](https://npmjs.org/package/event-emitter-grouped "View this project on NPM")
[![Gittip donate button](http://img.shields.io/gittip/bevry.png)](https://www.gittip.com/bevry/ "Donate weekly to this project using Gittip")
[![Flattr donate button](https://raw.github.com/balupton/flattr-buttons/master/badge-89x18.gif)](http://flattr.com/thing/344188/balupton-on-Flattr "Donate monthly to this project using Flattr")
[![PayPayl donate button](https://www.paypalobjects.com/en_AU/i/btn/btn_donate_SM.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QB8GQPZAH84N6 "Donate once-off to this project using Paypal")
[![Flattr donate button](http://img.shields.io/flattr/donate.png?color=yellow)](http://flattr.com/thing/344188/balupton-on-Flattr "Donate monthly to this project using Flattr")
[![PayPayl donate button](http://img.shields.io/paypal/donate.png?color=yellow)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QB8GQPZAH84N6 "Donate once-off to this project using Paypal")

@@ -40,10 +40,2 @@ <!-- /BADGES -->

### [Component](http://github.com/component/component)
- Use: `require('event-emitter-grouped')`
- Install: `component install bevry/event-emitter-grouped`
### [Bower](http://bower.io/)
- Use: `require('event-emitter-grouped')`
- Install: `bower install event-emitter-grouped`
<!-- /INSTALL -->

@@ -155,4 +147,4 @@

[![Gittip donate button](http://img.shields.io/gittip/bevry.png)](https://www.gittip.com/bevry/ "Donate weekly to this project using Gittip")
[![Flattr donate button](https://raw.github.com/balupton/flattr-buttons/master/badge-89x18.gif)](http://flattr.com/thing/344188/balupton-on-Flattr "Donate monthly to this project using Flattr")
[![PayPayl donate button](https://www.paypalobjects.com/en_AU/i/btn/btn_donate_SM.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QB8GQPZAH84N6 "Donate once-off to this project using Paypal")
[![Flattr donate button](http://img.shields.io/flattr/donate.png?color=yellow)](http://flattr.com/thing/344188/balupton-on-Flattr "Donate monthly to this project using Flattr")
[![PayPayl donate button](http://img.shields.io/paypal/donate.png?color=yellow)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QB8GQPZAH84N6 "Donate once-off to this project using Paypal")

@@ -159,0 +151,0 @@ ### Contributors