async-glob-events
Advanced tools
Comparing version 1.1.0 to 1.2.0
# Changes | ||
## 1.2.0 | ||
- Expose `emitter` on scope | ||
## 1.1.0 | ||
@@ -4,0 +8,0 @@ |
@@ -25,3 +25,3 @@ /* | ||
AsyncEmitter.prototype.emit = function () { | ||
var scope = events.toScope(arguments); | ||
var scope = events.toScope(arguments, this); | ||
var event = scope.event; | ||
@@ -28,0 +28,0 @@ var i = this.iterator(event, scope); |
{ | ||
"name" : "async-glob-events", | ||
"version" : "1.1.0", | ||
"version" : "1.2.0", | ||
"description" : "Event emitter with glob support on event names and asynchronous listeners", | ||
@@ -13,6 +13,7 @@ "keywords" : ["event", "emitter", "glob", "listener", "async", "return values"], | ||
"scripts" : { | ||
"start" : "mochify --watch", | ||
"lint" : "jslint --color \"**/*.js\"", | ||
"watch" : "mochify --watch", | ||
"lint" : "jslint --edition=latest --color \"**/*.js\"", | ||
"wd" : "mochify --wd", | ||
"test" : "npm run lint && mocha && mochify --cover" | ||
"pretest" : "npm run lint", | ||
"test" : "mocha && mochify --cover" | ||
}, | ||
@@ -26,3 +27,3 @@ "repository" : { | ||
"listen" : "^1.0", | ||
"glob-events" : "^1.1" | ||
"glob-events" : "^1.3" | ||
}, | ||
@@ -32,3 +33,3 @@ "devDependencies" : { | ||
"mochify" : "^2.0", | ||
"jslint" : "^0.6" | ||
"jslint" : "^0.8" | ||
}, | ||
@@ -35,0 +36,0 @@ "files" : ["lib", "README.md", "CHANGES.md", "LICENSE"], |
7638
Updatedglob-events@^1.3