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

ever

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ever - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

6

index.js

@@ -18,2 +18,4 @@ var EventEmitter = require('events').EventEmitter;

this.element.addEventListener(name, cb, useCapture || false);
return this;
};

@@ -29,2 +31,4 @@ Ever.prototype.addListener = Ever.prototype.on;

if (ix >= 0) xs.splice(ix, 1);
return this;
};

@@ -49,3 +53,3 @@

}
EventEmitter.prototype.removeAllListeners.apply(self, arguments);
return EventEmitter.prototype.removeAllListeners.apply(self, arguments);
}

@@ -52,0 +56,0 @@

2

package.json
{
"name" : "ever",
"version" : "0.0.2",
"version" : "0.0.3",
"description" : "dom events with a node-style EventEmitter api",

@@ -5,0 +5,0 @@ "main" : "index.js",

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