Comparing version 1.0.0 to 1.1.0
@@ -347,4 +347,4 @@ // Generated by CoffeeScript 1.9.0 | ||
module.exports = customAbility(getEventableClass, 'emit', true); | ||
module.exports = customAbility(getEventableClass, true); | ||
}).call(this); |
{ | ||
"name": "events-ex", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "Browser-friendly enhanced events most compatible with standard node.js, it's powerful eventable ability.", | ||
@@ -38,3 +38,3 @@ "contributors": [ | ||
"dependencies": { | ||
"custom-ability": "~1.1.1", | ||
"custom-ability": "~1.2.1", | ||
"es5-ext": "~0.10.5", | ||
@@ -41,0 +41,0 @@ "util-ex": "^0.2.8" |
@@ -122,4 +122,2 @@ ### events-ex [![Build Status](https://img.shields.io/travis/snowyu/events-ex.js/master.png)](http://travis-ci.org/snowyu/events-ex.js) [![npm](https://img.shields.io/npm/v/events-ex.svg)](https://npmjs.org/package/events-ex) [![downloads](https://img.shields.io/npm/dm/events-ex.svg)](https://npmjs.org/package/events-ex) [![license](https://img.shields.io/npm/l/events-ex.svg)](https://npmjs.org/package/events-ex) | ||
**Note**: the `emit` is always added to the class. | ||
```coffee | ||
@@ -126,0 +124,0 @@ eventable = require('events-ex/eventable') |
@@ -19,3 +19,3 @@ 'use strict'; | ||
keys = Object.keys(My.prototype); | ||
assert.deepEqual(keys, ['emit','on','off']); | ||
assert.deepEqual(keys, ['on','off']); | ||
}); | ||
@@ -28,3 +28,3 @@ it('should include one method', function(){ | ||
keys = Object.keys(My.prototype); | ||
assert.deepEqual(keys, ['emit','on']); | ||
assert.deepEqual(keys, ['on']); | ||
}); | ||
@@ -73,3 +73,2 @@ | ||
'removeAllListeners', | ||
'emit', | ||
'once', | ||
@@ -76,0 +75,0 @@ 'on', |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
83412
1800
201
+ Addedcustom-ability@1.2.3(transitive)
- Removedcustom-ability@1.1.1(transitive)
Updatedcustom-ability@~1.2.1