Socket
Socket
Sign inDemoInstall

flutterwave-events

Package Overview
Dependencies
0
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.0 to 0.2.1

6

index.js

@@ -7,3 +7,4 @@ const { EventEmitter } = require('events');

useEventKey: true,
defaultEventKey: 'FLW_EVENT'
defaultEventKey: 'FLW_EVENT',
emitWildCardEvents: true,
};

@@ -33,2 +34,5 @@

self.emit(eventKey, req.body);
if (self._options.emitWildCardEvents) {
self.emit('*', req.body);
}
return res.sendStatus(200);

@@ -35,0 +39,0 @@ }

2

package.json
{
"name": "flutterwave-events",
"version": "0.2.0",
"version": "0.2.1",
"description": "A tiny module to help you handle flutterwave api events automatically",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc