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 1.3.0 to 1.3.1

4

CHANGES.md
# Changes
## 1.3.1
- Use `this.invoke` for internal events instead of super implementation
## 1.3.0

@@ -4,0 +8,0 @@

2

lib/events.js

@@ -28,3 +28,3 @@ /*

if (this.isInternalEvent(event)) {
invoke.call(this, i, scope);
this.invoke(i, scope);
return;

@@ -31,0 +31,0 @@ }

{
"name" : "async-glob-events",
"version" : "1.3.0",
"version" : "1.3.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