event-emitter
Advanced tools
Comparing version 0.1.4 to 0.1.5
@@ -18,3 +18,3 @@ 'use strict'; | ||
if (!this[pname][type]) { | ||
this[pname][type] = defineProperty([], 'copy', d('', copy)); | ||
(this[pname][type] = []).copy = copy; | ||
} | ||
@@ -21,0 +21,0 @@ this[pname][type].push(listener); |
{ | ||
"name": "event-emitter", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "Basic event emitter for Node.js and browser", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Non-existent author
Supply chain riskThe package was published by an npm account that no longer exists.
Found 1 instance in 1 package
6894
1