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

eventemitter-ex

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eventemitter-ex - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

3

EventEmitterEx.js

@@ -81,5 +81,6 @@ (function () {

this.on('end', function (/* arguments */) {
var result;
try {
var endArgs = arguments;
var result = mapArgs.map(function (f) {
result = mapArgs.map(function (f) {
var res = f.apply(eex, endArgs);

@@ -86,0 +87,0 @@ return Array.isArray(res) ? res : [res];

{
"name": "eventemitter-ex",
"version": "0.0.3",
"version": "0.0.4",
"description": "EventEmitter extensions",
"main": "EventEmitterEx.js",
"scripts": {
"spec": "$(npm bin)/mocha test",
"test": "$(npm bin)/jshint --exclude-path=.gitignore . && $(npm bin)/mocha test"
"spec": "mocha test",
"test": "jshint --exclude-path=.gitignore . && mocha test"
},

@@ -10,0 +10,0 @@ "repository": {

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