Comparing version 0.9.2 to 0.9.3
{ | ||
"name": "events-ex", | ||
"version": "0.9.2", | ||
"version": "0.9.3", | ||
"description": "Browser-friendly enhanced events most compatible with standard node.js and coffee-script", | ||
@@ -5,0 +5,0 @@ "contributors": [ |
### 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) | ||
Browser-friendly enhanced events most compatible with standard node.js and coffee-script. It's modified from [event-emitter](https://github.com/medikoo/event-emitter) mainly. | ||
Browser-friendly enhanced events most compatible with standard node.js and coffee-script. It's modified from [event-emitter](https://github.com/medikoo/event-emitter) mainly. It can add event-able to your class directly. | ||
@@ -26,3 +26,3 @@ | ||
$ npm install event-ex | ||
$ npm install events-ex | ||
@@ -37,3 +37,3 @@ To port it to Browser or any other (non CJS) environment, use your favorite CJS bundler. No favorite yet? Try: [Browserify](http://browserify.org/), [Webmake](https://github.com/medikoo/modules-webmake) or [Webpack](http://webpack.github.io/) | ||
EventEmitter = require('event-ex') | ||
EventEmitter = require('events-ex') | ||
inherits = require('inherits-ex') | ||
@@ -40,0 +40,0 @@ |
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
78631