Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

events-ex

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

events-ex - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

2

eventable.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc