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

async-emitter

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

async-emitter - npm Package Compare versions

Comparing version 1.5.0 to 1.5.1

4

emitter.js

@@ -170,4 +170,4 @@ /**

typeof handler !== 'function'
? handler.handleEvent.apply( handler, arguments )
: handler.apply( this, arguments )
? handler.handleEvent.apply( handler, argv )
: handler.apply( this, argv )
}

@@ -174,0 +174,0 @@

{
"name": "async-emitter",
"version": "1.5.0",
"version": "1.5.1",
"description": "Non-blocking event emitter",

@@ -6,0 +6,0 @@ "license": "MIT",

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