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

async-glob-events

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

async-glob-events - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

4

CHANGES.md
# Changes
## 0.1.1
- Pass 'removeListener' events to super
## 0.1.0
- Initial release

2

lib/events.js

@@ -27,3 +27,3 @@ /*

AyncEmitter.prototype.emit = function (event) {
if (event.event === 'newListener') {
if (event.event === 'newListener' || event.event === 'removeListener') {
emit.apply(this, arguments);

@@ -30,0 +30,0 @@ return;

{
"name" : "async-glob-events",
"version" : "0.1.0",
"version" : "0.1.1",
"description" : "Event emitter with glob support on event names and asynchronous listeners",

@@ -5,0 +5,0 @@ "keywords" : ["event", "emitter", "glob", "listener", "async", "return values"],

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